X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FCMakeLists.txt;h=8638d10175c3c0fff41932585d395ea44deb1158;hb=783500a9fc085bb14bff81a95a76f84eea8b177a;hp=7e635ddf9332386f97d8678b2c33bd65f5a2aaeb;hpb=ad13cf07dde9cf2b43bf902c3da442e1c4d751f6;p=clitk.git diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index 7e635dd..8638d10 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -1,3 +1,9 @@ +#========================================================= +IF (CLITK_USE_SYSTEM_GDCM) + FIND_PACKAGE(GDCM REQUIRED) + SET(ITK_LIBRARIES ${ITK_LIBRARIES} gdcmDICT gdcmMSFF) +ENDIF() + #========================================================= # Add Libraries used in vv and clitk to avoid recompilation