From ebb3587bcc5c681da142c46ffe3e986efbe5709e Mon Sep 17 00:00:00 2001 From: Corentin Prigent Date: Fri, 29 Nov 2024 15:19:54 +0100 Subject: [PATCH] test --- 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)