From 65315d4598295e8581a22004d2cce85ae7a598fb Mon Sep 17 00:00:00 2001 From: schaerer Date: Thu, 27 May 2010 10:44:03 +0000 Subject: [PATCH] comment out "future" feature :) --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) #========================================================= -- 2.45.1