From: Martin Quinson Date: Sun, 5 Nov 2023 12:28:20 +0000 (+0100) Subject: Restaure INCLUDE(CheckCCompilerFlag) in cmake X-Git-Tag: v3.35~89^2~14 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f7aa303edbab9661d7054dcf1a795a88332ab3a6 Restaure INCLUDE(CheckCCompilerFlag) in cmake It was actually used, my bad. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c70bccf13..47a5670865 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ include(GNUInstallDirs) # Check for the compiler # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +INCLUDE(CheckCCompilerFlag) ## Request full debugging flags set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g3") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g3")