summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Generic.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/Platform/Generic.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/Platform/Generic.cmake')
-rw-r--r--Modules/Platform/Generic.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Generic.cmake b/Modules/Platform/Generic.cmake
index 9c78745..b6629e2 100644
--- a/Modules/Platform/Generic.cmake
+++ b/Modules/Platform/Generic.cmake
@@ -8,5 +8,5 @@
# and/or ${CMAKE_SYSTEM_NAME}-<compiler_basename>-${CMAKE_SYSTEM_PROCESSOR}.cmake
# (embedded) targets without operating system usually don't support shared libraries
-SET(CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS TRUE)
+SET_PROPERTIES(GLOBAL PROPERTIES TARGET_SUPPORTS_SHARED_LIBS FALSE)