]> Creatis software - clitk.git/commitdiff
Add flag for clitk memory usage
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Fri, 10 Mar 2017 13:33:29 +0000 (14:33 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Fri, 10 Mar 2017 13:33:29 +0000 (14:33 +0100)
cmake/build_opt.cmake

index 2331750a80c279520f69d917f6820cffe4d11911..1ed1fa52cae3a3d77079b1a0e7d76695d7fba700 100644 (file)
@@ -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)