summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-29 18:22:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-29 18:23:02 (GMT)
commit94ffe8cc53e77f2761926b135c3aa2d027a417ba (patch)
tree463ebf2f1d2653e856534519573a780ed8c78eac
parent18fd9dec4e57dcd7bf4c03c5c8e5faa9f823a7c4 (diff)
downloadhdf5-94ffe8cc53e77f2761926b135c3aa2d027a417ba.zip
hdf5-94ffe8cc53e77f2761926b135c3aa2d027a417ba.tar.gz
hdf5-94ffe8cc53e77f2761926b135c3aa2d027a417ba.tar.bz2
Correct public CDash location
-rw-r--r--CTestConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index ae78f95..4a59b0d 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -24,7 +24,7 @@ if (CDASH_LOCAL)
set (CTEST_DROP_LOCATION "/submit.php?project=HDF5110")
else ()
set (CTEST_DROP_SITE "cdash.hdfgroup.org")
- set (CTEST_DROP_LOCATION "/submit.php?project=HDF5110")
+ set (CTEST_DROP_LOCATION "/submit.php?project=HDF5")
endif ()
set (CTEST_DROP_SITE_CDASH TRUE)