Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restaure INCLUDE(CheckCCompilerFlag) in cmake
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 5 Nov 2023 12:28:20 +0000 (13:28 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 5 Nov 2023 12:28:24 +0000 (13:28 +0100)
It was actually used, my bad.

CMakeLists.txt

index 0c70bcc..47a5670 100644 (file)
@@ -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")