CMake/DartConfig.cmake

27 lines
952 B
CMake
Raw Normal View History

2001-11-15 22:52:17 +03: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 16:55:26 +04:00
SET (NIGHTLY_START_TIME "22:00:00 EDT")
2001-11-15 22:52:17 +03:00
2001-06-14 17:11:10 +04:00
# Dart server to submit results (used by client)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/incoming")
2001-10-24 23:51:05 +04:00
SET (DROP_SITE_USER "ftpuser")
SET (DROP_SITE_PASSWORD "public")
2001-06-14 17:11:10 +04:00
SET (TRIGGER_SITE
"http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
2002-02-14 17:31:16 +03:00
# Project Home Page
SET (PROJECT_URL "http://www.cmake.org/")
2001-06-14 17:11:10 +04:00
# Dart server configuration
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
SET (CVS_WEB_CVSROOT "CMake")
2001-07-09 20:46:40 +04:00
2002-02-14 02:57:28 +03:00
SET (USE_DOXYGEN "On")
SET (DOXYGEN_URL "http://www.cmake.org/doc/nightly/html/" )
2001-07-09 20:46:40 +04:00
OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
SET (USE_GNATS "Off")
2001-06-14 17:11:10 +04:00
SET (GNATS_WEB_URL "http://${DROP_SITE}/cgi-bin/gnatsweb.pl/CMake/")