[Cmake-commits] [cmake-commits] king committed CMakeGenericSystem.cmake 1.23 1.24

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Dec 2 09:51:34 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv21811/Modules

Modified Files:
	CMakeGenericSystem.cmake 
Log Message:
Split GNU compiler information files

This moves GNU compiler flags into new-style modules

  Compiler/GNU-<lang>.cmake
  Platform/<os>-GNU-<lang>.cmake

We use language-independent helper modules

  Compiler/GNU.cmake
  Platform/<os>-GNU.cmake

to define macros consolidating the information.


Index: CMakeGenericSystem.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeGenericSystem.cmake,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** CMakeGenericSystem.cmake	28 Sep 2009 15:46:50 -0000	1.23
--- CMakeGenericSystem.cmake	2 Dec 2009 14:51:30 -0000	1.24
***************
*** 89,93 ****
    CMAKE_VERBOSE_MAKEFILE
  )
- 
- # always include the gcc compiler information
- INCLUDE(Platform/gcc)
--- 89,90 ----



More information about the Cmake-commits mailing list