From 5603178cbec8161cac00b013d6a4a63bee4ba86d Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 25 Sep 2019 22:21:31 -0500 Subject: Correct default CDash name --- CTestConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v0.12