]> Creatis software - gdcm.git/commitdiff
BUG: Need to force the value if set to something else
authormalaterre <malaterre>
Fri, 10 Jun 2005 16:50:36 +0000 (16:50 +0000)
committermalaterre <malaterre>
Fri, 10 Jun 2005 16:50:36 +0000 (16:50 +0000)
src/gdcmjasper/CMakeLists.txt

index ba52b3c660f508754c2c4dc8cae39e2671f7de3b..4fa764200de44fc116e5ef1662fa2324084cee4f 100644 (file)
@@ -1,8 +1,8 @@
 PROJECT(GDCMJASPER C)
 
-# Don't ask my why...
+# Don't ask me why...
 IF(APPLE)
-  SET(CMAKE_SHARED_LINKER_FLAGS "-single_module")
+  SET(CMAKE_SHARED_LINKER_FLAGS -single_module CACHE STRING "" FORCE)
 ENDIF(APPLE)
 
 #OPTION(HAVE_LIBJPEG "Do you have ijg" OFF)