From: David Sarrut Date: Fri, 3 Feb 2012 06:57:12 +0000 (+0100) Subject: Remove unused option X-Git-Tag: v1.4.0~229^2~22 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e7cb2c22122c17c3bbc356165ddfb75a8512c66e;p=clitk.git Remove unused option --- diff --git a/cmake/build_opt.cmake b/cmake/build_opt.cmake index 377f932..e836147 100644 --- a/cmake/build_opt.cmake +++ b/cmake/build_opt.cmake @@ -34,7 +34,4 @@ IF(BUILD_TESTING) ADD_SUBDIRECTORY(${CLITK_SOURCE_DIR}/tests ${PROJECT_BINARY_DIR}/tests) ENDIF(BUILD_TESTING) -#========================================================= -# Build with external GDCM (required for rt-struct and itk4) -option(CLITK_USE_SYSTEM_GDCM "Use system GDCM (required for rt-struct with itk4)" OFF)