From fce3dceed29cac79c67fa32081ad0cb3b42dce35 Mon Sep 17 00:00:00 2001 From: Corentin Prigent Date: Fri, 29 Nov 2024 15:25:18 +0100 Subject: [PATCH] Ensure minimum version of cmake is 3.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd4a809d9..54e6a4ad6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)