summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeGenericSystem.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-26 17:05:27 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-26 17:05:27 (GMT)
commitf8261ff9f7085b8931da08a034569d81f87e83a5 (patch)
tree88fea472fc84df69fe1e4feb5879b92dead7fec9 /Modules/CMakeGenericSystem.cmake
parent5fb7dab5416a3444cae09f857794cca5e312b09f (diff)
downloadCMake-f8261ff9f7085b8931da08a034569d81f87e83a5.zip
CMake-f8261ff9f7085b8931da08a034569d81f87e83a5.tar.gz
CMake-f8261ff9f7085b8931da08a034569d81f87e83a5.tar.bz2
STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS
to the first global cmake property TARGET_SUPPORTS_SHARED_LIBS Alex
Diffstat (limited to 'Modules/CMakeGenericSystem.cmake')
-rw-r--r--Modules/CMakeGenericSystem.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeGenericSystem.cmake b/Modules/CMakeGenericSystem.cmake
index 2af179d..2b50622 100644
--- a/Modules/CMakeGenericSystem.cmake
+++ b/Modules/CMakeGenericSystem.cmake
@@ -20,7 +20,7 @@ SET(CMAKE_FIND_LIBRARY_PREFIXES "lib")
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".so" ".a")
# basically all general purpose OSs support shared libs
-SET(CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS FALSE)
+SET_PROPERTIES(GLOBAL PROPERTIES TARGET_SUPPORTS_SHARED_LIBS TRUE)
SET (CMAKE_SKIP_RPATH "NO" CACHE BOOL
"If set, runtime paths are not added when using shared libraries.")