From: Agata Krason Date: Thu, 25 Jul 2013 11:02:17 +0000 (+0200) Subject: Add to superbuild gdcm and option clitk registration, segmentation and tools. X-Git-Tag: v1.4.0~164^2~39^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2cc845b57cea93bf6314c6f80d92be8918b9826a;hp=8a1e18abc039b3abea199a6152d9822523fef9ad;p=clitk.git Add to superbuild gdcm and option clitk registration, segmentation and tools. --- diff --git a/superbuild/CMakeLists.txt b/superbuild/CMakeLists.txt index 7e29ad5..a3d5dfe 100644 --- a/superbuild/CMakeLists.txt +++ b/superbuild/CMakeLists.txt @@ -195,6 +195,10 @@ ExternalProject_Add( -DCMAKE_BUILD_TYPE:STRING=${build_type} -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF + -DCLITK_BUILD_REGISTRATION:BOOL=ON + -DCLITK_BUILD_SEGMENTATION:BOOL=ON + -DCLITK_BUILD_TOOLS:BOOL=ON + -DCLITK_BUILD_EXPERIMENTAL:BOOL=ON ) #=========================================================