From fc95c5eb1c88b485b803c7a652148457e5a24a52 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Thu, 24 Jun 2010 07:52:33 +0800 Subject: [PATCH] COMP: mark status as advance option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd615e5991..9001cfb3ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,6 +85,7 @@ IF(Mercurial_FOUND) ENDIF(OTB_WC_STATUS) STRING(REGEX REPLACE "\n" ";" OTB_WC_STATUS "${OTB_WC_STATUS}") SET(OTB_WC_STATUS ${OTB_WC_STATUS} CACHE STRING "Repository status" FORCE) + MARK_AS_ADVANCED(OTB_WC_STATUS) ENDIF(Mercurial_FOUND) # Version string should not include patch level. The major.minor is -- GitLab