summaryrefslogtreecommitdiffstats
path: root/Modules/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-06-03 17:27:26 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2010-06-03 17:27:26 (GMT)
commit082c87e5287e75e65a75d7588c40508f12e18632 (patch)
treec4227d639965b8023bcd335371688901dba1646e /Modules/DartConfiguration.tcl.in
parente525649a4e9f2578c41593b56f9af4b4b7719984 (diff)
downloadCMake-082c87e5287e75e65a75d7588c40508f12e18632.zip
CMake-082c87e5287e75e65a75d7588c40508f12e18632.tar.gz
CMake-082c87e5287e75e65a75d7588c40508f12e18632.tar.bz2
Cross-platform fixes for checksum/retry code
Diffstat (limited to 'Modules/DartConfiguration.tcl.in')
-rw-r--r--Modules/DartConfiguration.tcl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index 799ff79..cbb9a32 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -85,5 +85,5 @@ CurlOptions: @CTEST_CURL_OPTIONS@
# For CTest submissions that timeout, these options
# specify behavior for retrying the submission
-CTestRetryTime: @CTEST_SUBMIT_RETRY_DELAY@
-CTestRetryCount: @CTEST_SUBMIT_RETRY_COUNT@
+CTestSubmitRetryDelay: @CTEST_SUBMIT_RETRY_DELAY@
+CTestSubmitRetryCount: @CTEST_SUBMIT_RETRY_COUNT@