]> Creatis software - clitk.git/commitdiff
Add option to link with external gdcm (forrt-struct + itk4)
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 3 Feb 2012 06:57:12 +0000 (07:57 +0100)
committerDavid Sarrut <david.sarrut@creatis.insa-lyon.fr>
Thu, 30 May 2013 07:28:17 +0000 (09:28 +0200)
cmake/build_opt.cmake

index d7c60aa12268f5e0054119ea358ecb6feb856f5f..377f9327472fb9e68dea72fea8de7b0bbc6b909f 100644 (file)
@@ -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)
+