summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-09-26 03:21:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-09-26 03:21:31 (GMT)
commit5603178cbec8161cac00b013d6a4a63bee4ba86d (patch)
tree7ad2345384c5595742e7b8e91e44c7c708929e9c /CTestConfig.cmake
parente7dbf811912efd75121d340638ade209959ad973 (diff)
downloadhdf5-5603178cbec8161cac00b013d6a4a63bee4ba86d.zip
hdf5-5603178cbec8161cac00b013d6a4a63bee4ba86d.tar.gz
hdf5-5603178cbec8161cac00b013d6a4a63bee4ba86d.tar.bz2
Correct default CDash name
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 4868d07..cc410ef 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -32,7 +32,7 @@ if (CTEST_DROP_LOCATION_INIT)
set (CTEST_DROP_LOCATION "${CTEST_DROP_LOCATION_INIT}")
else ()
if (CDASH_LOCAL)
- set (CTEST_DROP_LOCATION "/submit.php?project=HDF5Trunk")
+ set (CTEST_DROP_LOCATION "/submit.php?project=HDF5112")
else ()
set (CTEST_DROP_LOCATION "/submit.php?project=HDF5")
endif ()