https://github.com/Kitware/CMake
Revision fa415043d808cbfc77c9a1d1963e0a8b30aae228 authored by Bill Hoffman on 12 April 2006, 02:39:12 UTC, committed by Bill Hoffman on 12 April 2006, 02:39:12 UTC
1 parent ed4974d
Raw File
Tip revision: fa415043d808cbfc77c9a1d1963e0a8b30aae228 authored by Bill Hoffman on 12 April 2006, 02:39:12 UTC
ENH: fix re-run of cmake based on configured files that are done with copy if different and never change
Tip revision: fa41504
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