summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/BlueGeneL.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/BlueGeneL.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/BlueGeneL.cmake')
-rw-r--r--Modules/Platform/BlueGeneL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/BlueGeneL.cmake b/Modules/Platform/BlueGeneL.cmake
index a89988a..5d9111b 100644
--- a/Modules/Platform/BlueGeneL.cmake
+++ b/Modules/Platform/BlueGeneL.cmake
@@ -1,5 +1,5 @@
#the compute nodes on BlueGene/L don't support shared libs
-SET(CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS TRUE)
+SET_PROPERTIES(GLOBAL PROPERTIES TARGET_SUPPORTS_SHARED_LIBS FALSE)
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "") # -pic
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "") # -shared