X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=cmake%2Fbuild_opt.cmake;h=ff66917f4d20d96c41247239f9b978420aa78c74;hb=29b40d25daee279757fb44b7e2ecfdb38fd6c6f2;hp=2331750a80c279520f69d917f6820cffe4d11911;hpb=fda331d2e185381051133ae7eb17bb935b79a372;p=clitk.git diff --git a/cmake/build_opt.cmake b/cmake/build_opt.cmake index 2331750..ff66917 100644 --- a/cmake/build_opt.cmake +++ b/cmake/build_opt.cmake @@ -20,6 +20,10 @@ endif(BUILD_DOXYGEN) # Compilation options option(CLITK_EXPERIMENTAL "Enable experimental software and features" OFF) mark_as_advanced(CLITK_EXPERIMENTAL) +option(CLITK_MEMORY_INFO "Enable memory info (need libstatgrab >= v.0.90)" OFF) +mark_as_advanced(CLITK_MEMORY_INFO) +option(CLITK_EXTERNAL_GDCM "Enable features using external GDCM" OFF) +mark_as_advanced(CLITK_EXTERNAL_GDCM) option(CLITK_BUILD_TOOLS "Build command-line tools" OFF) option(CLITK_BUILD_SEGMENTATION "Build command-line segmentation tools" OFF) option(CLITK_BUILD_REGISTRATION "Build command-line registration tools" OFF)