summaryrefslogtreecommitdiff
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-09 13:01:46 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-09 13:01:46 -0400
commit4d3ae30bee240d270582ad5528b1b404c3b98517 (patch)
tree6ad2d921bda632f5c44197bdc020b67d4ca517c1 /CTestConfig.cmake
parent2fb00f28be978349052ac3f84f501c127a52f511 (diff)
downloadcmake-4d3ae30bee240d270582ad5528b1b404c3b98517.tar.gz
ENH: support old cmake for dashboards
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 49b04bbbca..e94e4b0d79 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -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")