summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCXXCompiler.cmake.in
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-01-22 17:41:55 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2010-01-22 17:41:55 (GMT)
commit3551869e9234d65325c47c18735dbb3a8b3c9a8c (patch)
tree43761761c00e706aa3ceae352848add0d295cc38 /Modules/CMakeCXXCompiler.cmake.in
parent634011f7fa9eadc720c8a49a8c96725708c78edf (diff)
downloadCMake-3551869e9234d65325c47c18735dbb3a8b3c9a8c.zip
CMake-3551869e9234d65325c47c18735dbb3a8b3c9a8c.tar.gz
CMake-3551869e9234d65325c47c18735dbb3a8b3c9a8c.tar.bz2
-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
Diffstat (limited to 'Modules/CMakeCXXCompiler.cmake.in')
-rw-r--r--Modules/CMakeCXXCompiler.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeCXXCompiler.cmake.in b/Modules/CMakeCXXCompiler.cmake.in
index 4a2d0f2..5e71d1f 100644
--- a/Modules/CMakeCXXCompiler.cmake.in
+++ b/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@)