[Cmake-commits] [cmake-commits] hoffman committed Linux.cmake 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 1 13:24:53 EDT 2008


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

Modified Files:
	Linux.cmake 
Log Message:
BUG: fix for bug 4772, enable_language should now work on linux with correct flags


Index: Linux.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Linux.cmake,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** Linux.cmake	21 Feb 2008 16:41:10 -0000	1.18
--- Linux.cmake	1 Oct 2008 17:24:51 -0000	1.19
***************
*** 60,61 ****
--- 60,63 ----
    SET_PROPERTY(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS FALSE)
  ENDIF(EXISTS "/etc/debian_version")
+ # always include the gcc compiler information
+ INCLUDE(Platform/gcc)



More information about the Cmake-commits mailing list