https://github.com/Kitware/CMake
Revision ac242e319bb4a7d6d31f83752687ceb3ea6890a8 authored by Brad King on 14 April 2006, 02:57:14 UTC, committed by Brad King on 14 April 2006, 02:57:14 UTC
1 parent b8a589b
Raw File
Tip revision: ac242e319bb4a7d6d31f83752687ceb3ea6890a8 authored by Brad King on 14 April 2006, 02:57:14 UTC
BUG: Fixed install rules to use copy-if-different.
Tip revision: ac242e3
CTestConfig.cmake
SET (CTEST_PROJECT_NAME "CMake")
SET (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "public.kitware.com")
SET (CTEST_DROP_LOCATION "/cgi-bin/HTTPUploadDartFile.cgi")
SET (CTEST_TRIGGER_SITE "http://${CTEST_DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.cgi")

back to top