Update make_minimum_required to 3.5

This commit is contained in:
Orion Poplawski
2026-02-21 17:34:29 -07:00
parent 7dc62b107a
commit ace4a60bc4

View File

@@ -1,5 +1,5 @@
# Set the minimum required version of cmake for a project.
cmake_minimum_required(VERSION 2.6)
cmake_minimum_required(VERSION 3.5)
# Add an executable to the project using the specified source files.
add_executable(tetgen tetgen.cxx predicates.cxx)
@@ -11,4 +11,4 @@ add_library(tet STATIC tetgen.cxx predicates.cxx)
#Set properties on a target.
#We use this here to set -DTETLIBRARY for when compiling the
#library
set_target_properties(tet PROPERTIES "COMPILE_DEFINITIONS" TETLIBRARY)
set_target_properties(tet PROPERTIES "COMPILE_DEFINITIONS" TETLIBRARY)