From 91ff1126d6aa499fa143302654f3c0acca7bcb2a Mon Sep 17 00:00:00 2001 From: Simon Rit Date: Tue, 16 Feb 2016 22:17:45 +0100 Subject: [PATCH] Mark all unusual cmake options as advanced --- cmake/build_opt.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/build_opt.cmake b/cmake/build_opt.cmake index 2829401..502a056 100644 --- a/cmake/build_opt.cmake +++ b/cmake/build_opt.cmake @@ -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) -- 2.45.1