ENH: my opinion is that it should be ADVANCED. Few people build the doc.

This commit is contained in:
Sebastien Barre 2002-10-04 11:33:15 -04:00
parent 54ac432b27
commit 564074b06c
1 changed files with 1 additions and 0 deletions

View File

@ -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/")