]> Creatis software - clitk.git/commitdiff
Mark all unusual cmake options as advanced
authorSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 16 Feb 2016 21:17:45 +0000 (22:17 +0100)
committerSimon Rit <simon.rit@creatis.insa-lyon.fr>
Tue, 16 Feb 2016 21:38:56 +0000 (22:38 +0100)
cmake/build_opt.cmake

index 28294019837d4736ef427e5dc06a2c7a7cb3cf49..502a05656364deaaa86b02eef2642a134b1c42d8 100644 (file)
@@ -19,6 +19,7 @@ endif(BUILD_DOXYGEN)
 
 # Compilation options
 option(CLITK_EXPERIMENTAL "Enable experimental software and features" OFF)
+mark_as_advanced(CLITK_EXPERIMENTAL)
 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)