Browse Source

Disabled doxygen and gnats

nobody 24 years ago
parent
commit
b4462da66a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      DartConfig.cmake

+ 5 - 0
DartConfig.cmake

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