From: schaerer Date: Thu, 27 May 2010 10:44:03 +0000 (+0000) Subject: comment out "future" feature :) X-Git-Tag: v1.2.0~627 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=65315d4598295e8581a22004d2cce85ae7a598fb;p=clitk.git comment out "future" feature :) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 06d7ff7..c5f31cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,9 +76,9 @@ IF (CLITK_BUILD_TOOLS) add_subdirectory(tools) ENDIF(CLITK_BUILD_TOOLS) -OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" OFF) -IF (CLITK_BUILD_SEGMENTATION) - add_subdirectory(segmentation) -ENDIF (CLITK_BUILD_SEGMENTATION) +#OPTION(CLITK_BUILD_SEGMENTATION "Build segmentation tools" OFF) +#IF (CLITK_BUILD_SEGMENTATION) +# add_subdirectory(segmentation) +#ENDIF (CLITK_BUILD_SEGMENTATION) #=========================================================