From 7af553188ec50c976a5d0c8174d2f47cac68d71d Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Mon, 21 Dec 2009 12:27:04 -0500 Subject: 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. --- CTestConfig.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'CTestConfig.cmake') diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 8553b4b489..145792b726 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 -- cgit v1.2.1