summaryrefslogtreecommitdiff
path: root/DartConfig.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-10-04 11:33:15 -0400
committerSebastien Barre <sebastien.barre@kitware.com>2002-10-04 11:33:15 -0400
commit564074b06c909626b4e048daee25c40142a1ebee (patch)
treee49a26a5d676070049479b49bae310da5df9e7c0 /DartConfig.cmake
parent54ac432b27e78926c5917b327e3a1db4aef74863 (diff)
downloadcmake-564074b06c909626b4e048daee25c40142a1ebee.tar.gz
ENH: my opinion is that it should be ADVANCED. Few people build the doc.
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r--DartConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
index 1f569019d2..f5eef1413a 100644
--- a/DartConfig.cmake
+++ b/DartConfig.cmake
@@ -23,6 +23,7 @@ SET (USE_DOXYGEN "On")
SET (DOXYGEN_URL "http://www.cmake.org/doc/nightly/html/" )
OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
+MARK_AS_ADVANCED(BUILD_DOXYGEN)
SET (USE_GNATS "Off")
SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")