CMake/DartConfig.cmake

30 lines
1.0 KiB
CMake
Raw Normal View History

2001-11-15 19:52:17 +00:00
# Dashboard is opened for submissions for a 24 hour period starting at
# the specified NIGHLY_START_TIME. Time is specified in 24 hour format.
2002-04-09 12:55:26 +00:00
SET (NIGHTLY_START_TIME "22:00:00 EDT")
2001-11-15 19:52:17 +00:00
2001-06-14 13:11:10 +00:00
# Dart server to submit results (used by client)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/incoming")
2001-10-24 19:51:05 +00:00
SET (DROP_SITE_USER "ftpuser")
SET (DROP_SITE_PASSWORD "public")
2001-06-14 13:11:10 +00:00
SET (TRIGGER_SITE
"http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
2002-02-14 14:31:16 +00:00
# Project Home Page
SET (PROJECT_URL "http://www.cmake.org/")
2001-06-14 13:11:10 +00:00
# Dart server configuration
2002-04-09 15:33:02 +00:00
SET (ROLLUP_URL "http://${DROP_SITE}/cgi-bin/cmake-rollup-dashboard.sh")
2001-06-14 13:11:10 +00:00
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
SET (CVS_WEB_CVSROOT "CMake")
2001-07-09 16:46:40 +00:00
2002-02-13 23:57:28 +00:00
SET (USE_DOXYGEN "On")
SET (DOXYGEN_URL "http://www.cmake.org/doc/nightly/html/" )
2001-07-09 16:46:40 +00:00
OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
MARK_AS_ADVANCED(BUILD_DOXYGEN)
2001-07-09 16:46:40 +00:00
SET (USE_GNATS "Off")
2001-06-14 13:11:10 +00:00
SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")