[Cmake-commits] [cmake-commits] alex committed CMakeCCompiler.cmake.in 1.23 1.24 CMakeCXXCompiler.cmake.in 1.23 1.24
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jan 22 12:41:57 EST 2010
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv22300
Modified Files:
CMakeCCompiler.cmake.in CMakeCXXCompiler.cmake.in
Log Message:
-also put CMAKE_LINKER in the C and CXX compiler information files
This is already done for assembler and is necessary for e.g. Symbian.
Alex
Index: CMakeCXXCompiler.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeCXXCompiler.cmake.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** CMakeCXXCompiler.cmake.in 20 Nov 2009 02:58:42 -0000 1.23
--- CMakeCXXCompiler.cmake.in 22 Jan 2010 17:41:55 -0000 1.24
***************
*** 6,9 ****
--- 6,10 ----
SET(CMAKE_AR "@CMAKE_AR@")
SET(CMAKE_RANLIB "@CMAKE_RANLIB@")
+ SET(CMAKE_LINKER "@CMAKE_LINKER@")
SET(CMAKE_COMPILER_IS_GNUCXX @CMAKE_COMPILER_IS_GNUCXX@)
SET(CMAKE_CXX_COMPILER_LOADED 1)
Index: CMakeCCompiler.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeCCompiler.cmake.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -C 2 -d -r1.23 -r1.24
*** CMakeCCompiler.cmake.in 20 Nov 2009 02:58:42 -0000 1.23
--- CMakeCCompiler.cmake.in 22 Jan 2010 17:41:55 -0000 1.24
***************
*** 6,9 ****
--- 6,10 ----
SET(CMAKE_AR "@CMAKE_AR@")
SET(CMAKE_RANLIB "@CMAKE_RANLIB@")
+ SET(CMAKE_LINKER "@CMAKE_LINKER@")
SET(CMAKE_COMPILER_IS_GNUCC @CMAKE_COMPILER_IS_GNUCC@)
SET(CMAKE_C_COMPILER_LOADED 1)
More information about the Cmake-commits
mailing list