Disabled doxygen and gnats

This commit is contained in:
nobody 2001-07-09 12:46:40 -04:00
parent c437247141
commit b4462da66a
1 changed files with 5 additions and 0 deletions

View File

@ -9,5 +9,10 @@ SET (TRIGGER_SITE
# Dart server configuration
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
SET (CVS_WEB_CVSROOT "CMake")
OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
SET (DOXYGEN_URL "http://${DROP_SITE}/CMake/Doxygen/html/" )
SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
SET (USE_GNATS "Off")
SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")