Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename GCCFlags.cmake file in Flags.cmake
authorAugustin Degomme <degomme@wasabi>
Mon, 14 Jan 2019 13:30:41 +0000 (14:30 +0100)
committerAugustin Degomme <degomme@wasabi>
Mon, 14 Jan 2019 13:30:41 +0000 (14:30 +0100)
CMakeLists.txt
tools/cmake/DefinePackages.cmake
tools/cmake/Flags.cmake [moved from tools/cmake/GCCFlags.cmake with 100% similarity]

index 670f2ed..3e61006 100644 (file)
@@ -15,7 +15,7 @@ endif()
 
 ## 
 ## Check the C/C++ standard that we need
 
 ## 
 ## Check the C/C++ standard that we need
-##   See also tools/cmake/GCCFlags.cmake that sets our paranoid warning flags
+##   See also tools/cmake/Flags.cmake that sets our paranoid warning flags
 INCLUDE(CheckCCompilerFlag)
 CHECK_C_COMPILER_FLAG(-fstack-cleaner HAVE_C_STACK_CLEANER)
 
 INCLUDE(CheckCCompilerFlag)
 CHECK_C_COMPILER_FLAG(-fstack-cleaner HAVE_C_STACK_CLEANER)
 
@@ -505,7 +505,7 @@ endif()
 
 ### Setup gcc & clang flags
 if (NOT MSVC)
 
 ### Setup gcc & clang flags
 if (NOT MSVC)
-  include(${CMAKE_HOME_DIRECTORY}/tools/cmake/GCCFlags.cmake)
+  include(${CMAKE_HOME_DIRECTORY}/tools/cmake/Flags.cmake)
 endif()
 
 ### Generate the required headers and scripts
 endif()
 
 ### Generate the required headers and scripts
index e821e20..b943ec4 100644 (file)
@@ -1058,7 +1058,7 @@ set(CMAKE_SOURCE_FILES
   tools/cmake/CTestCustom.cmake
   tools/cmake/DefinePackages.cmake
   tools/cmake/Distrib.cmake
   tools/cmake/CTestCustom.cmake
   tools/cmake/DefinePackages.cmake
   tools/cmake/Distrib.cmake
-  tools/cmake/GCCFlags.cmake
+  tools/cmake/Flags.cmake
   tools/cmake/Documentation.cmake
   tools/cmake/MaintainerMode.cmake
   tools/cmake/Java.cmake
   tools/cmake/Documentation.cmake
   tools/cmake/MaintainerMode.cmake
   tools/cmake/Java.cmake