Explorar o código

-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
Alexander Neundorf %!s(int64=16) %!d(string=hai) anos
pai
achega
3551869e92
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      Modules/CMakeCCompiler.cmake.in
  2. 1 0
      Modules/CMakeCXXCompiler.cmake.in

+ 1 - 0
Modules/CMakeCCompiler.cmake.in

@@ -5,6 +5,7 @@ SET(CMAKE_C_PLATFORM_ID "@CMAKE_C_PLATFORM_ID@")
 @SET_MSVC_C_ARCHITECTURE_ID@
 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)
 SET(CMAKE_COMPILER_IS_MINGW @CMAKE_COMPILER_IS_MINGW@)

+ 1 - 0
Modules/CMakeCXXCompiler.cmake.in

@@ -5,6 +5,7 @@ SET(CMAKE_CXX_PLATFORM_ID "@CMAKE_CXX_PLATFORM_ID@")
 @SET_MSVC_CXX_ARCHITECTURE_ID@
 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)
 SET(CMAKE_COMPILER_IS_MINGW @CMAKE_COMPILER_IS_MINGW@)