diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-12 12:37:10 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-12 12:37:10 (GMT) |
commit | 021ceea1b0c841852f8ca3f9f550d966834b4d40 (patch) | |
tree | 3b9ea1abca5af7acf346531775369b4fb2aa8176 /Modules/CMakeCXXCompiler.cmake.in | |
parent | 16705a3e87f3f8a877b5fe8dc1e953c7abca4da3 (diff) | |
download | CMake-021ceea1b0c841852f8ca3f9f550d966834b4d40.zip CMake-021ceea1b0c841852f8ca3f9f550d966834b4d40.tar.gz CMake-021ceea1b0c841852f8ca3f9f550d966834b4d40.tar.bz2 |
ENH: second try for handling the linker language with integer priority values (returning a pointer to a string on the stack is no good idea)
Alex
Diffstat (limited to 'Modules/CMakeCXXCompiler.cmake.in')
-rw-r--r-- | Modules/CMakeCXXCompiler.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCXXCompiler.cmake.in b/Modules/CMakeCXXCompiler.cmake.in index f2c53d5..b3a84dd 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 Prefered) +SET(CMAKE_CXX_LINKER_PREFERENCE 30) # save the size of void* in case where cache is removed # and the this file is still around |