Skip to content

Commit

Permalink
Ensure minimum version of cmake is 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
corentin-prigent committed Nov 29, 2024
1 parent 4d8232c commit fce3dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
## use this copy of the mmg distribution only if you accept them.
## =============================================================================

CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)

# if PROJECT_NAME is defined, mmg is a subproject
if(DEFINED PROJECT_NAME)
Expand Down

0 comments on commit fce3dce

Please sign in to comment.