summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCXXCompiler.cmake.in
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-11 21:29:27 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-11 21:29:27 (GMT)
commit16705a3e87f3f8a877b5fe8dc1e953c7abca4da3 (patch)
treeb0d172432a933f384da65b00d0ff031ff2f39b41 /Modules/CMakeCXXCompiler.cmake.in
parentbea1a5de771832463299146b4f2e4317c37f30bc (diff)
downloadCMake-16705a3e87f3f8a877b5fe8dc1e953c7abca4da3.zip
CMake-16705a3e87f3f8a877b5fe8dc1e953c7abca4da3.tar.gz
CMake-16705a3e87f3f8a877b5fe8dc1e953c7abca4da3.tar.bz2
COMP: revert last commit for now, broke Visual Studio
Alex
Diffstat (limited to 'Modules/CMakeCXXCompiler.cmake.in')
-rw-r--r--Modules/CMakeCXXCompiler.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCXXCompiler.cmake.in b/Modules/CMakeCXXCompiler.cmake.in
index b3a84dd..f2c53d5 100644
--- a/Modules/CMakeCXXCompiler.cmake.in
+++ b/Modules/CMakeCXXCompiler.cmake.in
@@ -21,7 +21,7 @@ ENDIF(CMAKE_COMPILER_IS_MINGW)
SET(CMAKE_CXX_COMPILER_ID_RUN 1)
SET(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;H;o;O;obj;OBJ;def;DEF;rc;RC)
SET(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm)
-SET(CMAKE_CXX_LINKER_PREFERENCE 30)
+SET(CMAKE_CXX_LINKER_PREFERENCE Prefered)
# save the size of void* in case where cache is removed
# and the this file is still around