X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=registration%2FCMakeLists.txt;h=e54632d60a3d5b9df4860c16fef6dec10223ada0;hb=783500a9fc085bb14bff81a95a76f84eea8b177a;hp=1bf1bf5796824bcb03dda629fd1f898580f7a618;hpb=dc2e20ab3204d5782db1c0750a7a4b5882d3db89;p=clitk.git diff --git a/registration/CMakeLists.txt b/registration/CMakeLists.txt index 1bf1bf5..e54632d 100644 --- a/registration/CMakeLists.txt +++ b/registration/CMakeLists.txt @@ -1,3 +1,9 @@ +#========================================================= +IF (CLITK_USE_SYSTEM_GDCM) + FIND_PACKAGE(GDCM REQUIRED) + SET(ITK_LIBRARIES ${ITK_LIBRARIES} gdcmDICT gdcmMSFF) +ENDIF() + #ADD_LIBRARY(clitkLBGSB STATIC clitkLBGSBOptimizer.cxx) #=========================================================