From: David Sarrut Date: Fri, 3 Feb 2012 06:57:12 +0000 (+0100) Subject: Add option to link with external gdcm (forrt-struct + itk4) X-Git-Tag: v1.4.0~229^2~30 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=521d8b525b85c3c29c990c1e1ea6a2055270aa40;p=clitk.git Add option to link with external gdcm (forrt-struct + itk4) --- diff --git a/cmake/build_opt.cmake b/cmake/build_opt.cmake index d7c60aa..377f932 100644 --- a/cmake/build_opt.cmake +++ b/cmake/build_opt.cmake @@ -34,3 +34,7 @@ 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) +