From 41fcf6e1558cb3ef4639928f87d58531b45fe237 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Mon, 8 Feb 2010 09:47:39 -0500 Subject: Moved call to cache CDash version information to cmCTest::initialize. Also added a 3 second timeout when requesting the version from the server. Added an option to the CTestConfiguration that will be used to determine whether to query the version information at all. (Behavior for this setting is not yet defined.) Updated CMake's local CDash version setting to 1.6. --- CTestConfig.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CTestConfig.cmake') diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 145792b726..0add34b922 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -16,7 +16,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) -set(CTEST_CDASH_VERSION "1.4") +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 -- cgit v1.2.1