diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2009-12-21 17:27:04 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2009-12-21 17:27:04 (GMT) |
commit | 7af553188ec50c976a5d0c8174d2f47cac68d71d (patch) | |
tree | 65158f6a94f6707bbdb60060c9d8f1fd5b779b7e /CTestConfig.cmake | |
parent | cb27cfb1cc6d8a273f69506414c2991b6c989621 (diff) | |
download | CMake-7af553188ec50c976a5d0c8174d2f47cac68d71d.zip CMake-7af553188ec50c976a5d0c8174d2f47cac68d71d.tar.gz CMake-7af553188ec50c976a5d0c8174d2f47cac68d71d.tar.bz2 |
Added support for CTest awareness of the CDash version. This will help forward compatibility for both tools. Note that this changeset effectively makes the default to disable output compression. Now, to enable output compression, the CDASH_CTEST_VERSION must be explicity set to >= 1.6. Automated detection of the CDash version is the next step.
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r-- | CTestConfig.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 8553b4b..145792b 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -16,6 +16,7 @@ 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) +set(CTEST_CDASH_VERSION "1.4") # use old trigger stuff so that cmake 2.4 and below will not # get errors on trigger |