ENH: support old cmake for dashboards

This commit is contained in:
Bill Hoffman 2008-09-09 13:01:46 -04:00
parent 2fb00f28be
commit 4d3ae30bee
1 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@ set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "www.cdash.org")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
# use old trigger stuff so that cmake 2.4 and below will not
# get errors on trigger
SET (TRIGGER_SITE
"http://public.kitware.com/cgi-bin/Submit-CMake-TestingResults.cgi")