Skip to content
Snippets Groups Projects
Commit fc95c5eb authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: mark status as advance option

parent 7e6636e3
Branches
Tags
No related merge requests found
...@@ -85,6 +85,7 @@ IF(Mercurial_FOUND) ...@@ -85,6 +85,7 @@ IF(Mercurial_FOUND)
ENDIF(OTB_WC_STATUS) ENDIF(OTB_WC_STATUS)
STRING(REGEX REPLACE "\n" ";" OTB_WC_STATUS "${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) SET(OTB_WC_STATUS ${OTB_WC_STATUS} CACHE STRING "Repository status" FORCE)
MARK_AS_ADVANCED(OTB_WC_STATUS)
ENDIF(Mercurial_FOUND) ENDIF(Mercurial_FOUND)
# Version string should not include patch level. The major.minor is # Version string should not include patch level. The major.minor is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment