X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=0e56357df0282a466c4ffb584b128ec63c79bcbf;hb=c91bc7359270b60e51abdc42dddf0a35c11ea604;hp=6b30472e8ff58436252ba9a132a146b375bcd931;hpb=fce85376d4a6e14b855eb58db97010878a4a0d25;p=clitk.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b30472..0e56357 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,7 @@ OPTION(CLITK_EXPERIMENTAL "Enable experimental software and features" OFF) 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) +OPTION(CLITK_MEMORY_INFO "Enable memory information" OFF) OPTION(CLITK_BUILD_VV "Build vv the 4D visualizer (requires VTK and QT)" ON) IF (CLITK_BUILD_VV)