X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgdcmjasper%2FCMakeLists.txt;h=d9ff433d1c9e0f071d9846bc31fb855c6f36e385;hb=47d5f7773f491efc3f8d687bd0c8f128cb811eb3;hp=e9633774611556cdfd1227080605738b83dd454e;hpb=b384f98908abe0173cad0745c34b7d8cf2cdd715;p=gdcm.git diff --git a/src/gdcmjasper/CMakeLists.txt b/src/gdcmjasper/CMakeLists.txt index e9633774..d9ff433d 100644 --- a/src/gdcmjasper/CMakeLists.txt +++ b/src/gdcmjasper/CMakeLists.txt @@ -1,3 +1,8 @@ PROJECT(GDCMJASPER C) +# Don't ask my why... +IF(APPLE) + SET(CMAKE_SHARED_LINKER_FLAGS "-single_module") +ENDIF(APPLE) + SUBDIRS(src)