diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-28 13:52:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-28 13:55:47 (GMT) |
commit | 4b67c4b94cc38814c4ff441b4a2f5cf792725485 (patch) | |
tree | 0cb1f221aad0ae6eb39dd458e4b1302cfcaddbbe /CTestConfig.cmake | |
parent | 0f9dbc1608969c3b2dd7e4842e338fa5f90f0b43 (diff) | |
download | CMake-4b67c4b94cc38814c4ff441b4a2f5cf792725485.zip CMake-4b67c4b94cc38814c4ff441b4a2f5cf792725485.tar.gz CMake-4b67c4b94cc38814c4ff441b4a2f5cf792725485.tar.bz2 |
Remove compatibility CTest code.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r-- | CTestConfig.cmake | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 92eacd8..819f9ba 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -18,8 +18,3 @@ set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake") set(CTEST_DROP_SITE_CDASH TRUE) set(CTEST_CDASH_VERSION "1.6") set(CTEST_CDASH_QUERY_VERSION 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") |