summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-12-14 16:55:07 (GMT)
committerGitHub <noreply@github.com>2022-12-14 16:55:07 (GMT)
commit23be40ca4fce00a2b74a85d49d9b7ea4b6279b43 (patch)
treef83947c006a0c4d6d8cb9552fce70ef019d179d8 /CTestConfig.cmake
parent4e5bdb8c4e2c1b2b5636b831c0e7b4355526ccfc (diff)
downloadhdf5-23be40ca4fce00a2b74a85d49d9b7ea4b6279b43.zip
hdf5-23be40ca4fce00a2b74a85d49d9b7ea4b6279b43.tar.gz
hdf5-23be40ca4fce00a2b74a85d49d9b7ea4b6279b43.tar.bz2
Hdf5 1 14 (#2296)
* Update versions for hdf5_1_14 develop branch after creation of hdf5_1-14_0 branch for 1.14.0 release. * Update windows worker compilers (#2286) * Update windows worker compilers * Update bin and test issues * Update script and revert java test * Update scripts and versions in java files. Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
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 b780b86..02b34dd 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=HDF5114")
else ()
set (CTEST_DROP_LOCATION "/submit.php?project=HDF5")
endif ()