From 2cc845b57cea93bf6314c6f80d92be8918b9826a Mon Sep 17 00:00:00 2001 From: Agata Krason Date: Thu, 25 Jul 2013 13:02:17 +0200 Subject: [PATCH 1/1] Add to superbuild gdcm and option clitk registration, segmentation and tools. --- superbuild/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 ) #========================================================= -- 2.45.2