summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-29 21:08:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-29 21:08:02 (GMT)
commit6db61f4b91df48247f04e4864b01cb602411802a (patch)
tree0ba9bd72c0d9fac9c934fdfd94357ffc91820665 /CTestConfig.cmake
parente5c5e758d9d68eef64302f9bfdd96fcbe3d54aa4 (diff)
downloadhdf5-6db61f4b91df48247f04e4864b01cb602411802a.zip
hdf5-6db61f4b91df48247f04e4864b01cb602411802a.tar.gz
hdf5-6db61f4b91df48247f04e4864b01cb602411802a.tar.bz2
Correct syntax
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 886228d..fd6b956 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -50,5 +50,5 @@ set (CTEST_TEST_TIMEOUT 1200 CACHE STRING
set (DART_TESTING_TIMEOUT 1200 CACHE STRING
"Maximum time allowed before CTest will kill the test." FORCE)
-SET(CTEST_SUBMIT_RETRY_DELAY 20 CACHE STRING
+set (CTEST_SUBMIT_RETRY_DELAY 20 CACHE STRING
"How long to wait between timed-out CTest submissions.")