From 521d8b525b85c3c29c990c1e1ea6a2055270aa40 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 3 Feb 2012 07:57:12 +0100 Subject: [PATCH] Add option to link with external gdcm (forrt-struct + itk4) --- cmake/build_opt.cmake | 4 ++++ 1 file changed, 4 insertions(+) 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) + -- 2.47.1