From: tbaudier Date: Fri, 10 Mar 2017 13:33:29 +0000 (+0100) Subject: Add flag for clitk memory usage X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5789cfb7804e57f70589f146de2f34c2becafc67;p=clitk.git Add flag for clitk memory usage --- diff --git a/cmake/build_opt.cmake b/cmake/build_opt.cmake index 2331750..1ed1fa5 100644 --- a/cmake/build_opt.cmake +++ b/cmake/build_opt.cmake @@ -20,6 +20,8 @@ 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)" OFF) +mark_as_advanced(CLITK_MEMORY_INFO) 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)