From: schaerer Date: Thu, 22 Jul 2010 09:35:35 +0000 (+0000) Subject: build segmentation by default as it is needed for vv X-Git-Tag: v1.2.0~500 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8abe9edbdc63a33f8fbb1f321073b762e08be9aa;p=clitk.git build segmentation by default as it is needed for vv --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b8fb33d..dd3eb24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ IF (CLITK_BUILD_TOOLS) add_subdirectory(tools) ENDIF(CLITK_BUILD_TOOLS) -OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" OFF) +OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" ON) IF (CLITK_BUILD_SEGMENTATION) add_subdirectory(segmentation) ENDIF (CLITK_BUILD_SEGMENTATION)