summaryrefslogtreecommitdiff
path: root/DartConfig.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-31 10:20:51 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-31 10:20:51 -0400
commitdc73da6e930ff98f0920683f322593913e7feb4d (patch)
tree3fbea83418b89035d99f41779a37ab1c151d2667 /DartConfig.cmake
parenta0f48a0592bc31043317f9c9344abc874c7f1c72 (diff)
downloadcmake-dc73da6e930ff98f0920683f322593913e7feb4d.tar.gz
ENH: Cleanups
Diffstat (limited to 'DartConfig.cmake')
-rw-r--r--DartConfig.cmake9
1 files changed, 5 insertions, 4 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
index 9582a35893..d3de40ab9e 100644
--- a/DartConfig.cmake
+++ b/DartConfig.cmake
@@ -23,14 +23,15 @@ SET (PROJECT_URL "http://www.cmake.org")
SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/cmake-rollup-dashboard.sh")
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/viewcvs.cgi/")
SET (CVS_WEB_CVSROOT "CMake")
-SET (USE_DOXYGEN "On")
-SET (DOXYGEN_URL "${PROJECT_URL}/doc/nightly/html/" )
-SET (GNATS_WEB_URL "${PROJECT_URL}/Bug/query.php?projects=2&status%5B%5D=1&status%5B%5D=2&status%5B%5D=3&status%5B%5D=4&status%5B%5D=6&op=doquery")
-SET (USE_GNATS "On")
OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
MARK_AS_ADVANCED(BUILD_DOXYGEN)
+SET (USE_DOXYGEN "On")
+SET (DOXYGEN_URL "${PROJECT_URL}/doc/nightly/html/" )
+
+SET (USE_GNATS "On")
+SET (GNATS_WEB_URL "${PROJECT_URL}/Bug/query.php?projects=2&status%5B%5D=1&status%5B%5D=2&status%5B%5D=3&status%5B%5D=4&status%5B%5D=6&op=doquery")
# Continuous email delivery variables
SET (CONTINUOUS_FROM "cmake-dashboard@public.kitware.com")