summaryrefslogtreecommitdiffstats
path: root/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-02 12:54:32 (GMT)
committerGitHub <noreply@github.com>2023-11-02 12:54:32 (GMT)
commit528a8e7f46a2adc9b70e47eb7166c385d36220e8 (patch)
tree936f32012b2ad61286e1de743bb2abd41873ae63 /CTestConfig.cmake
parent90893d28c2f2a795facba1e20eb99addae007f2d (diff)
downloadhdf5-528a8e7f46a2adc9b70e47eb7166c385d36220e8.zip
hdf5-528a8e7f46a2adc9b70e47eb7166c385d36220e8.tar.gz
hdf5-528a8e7f46a2adc9b70e47eb7166c385d36220e8.tar.bz2
Sync CMake changes from develop (#3811)
Guard test dirs with HDF5_EXTERNALLY_CONFIGURED Add toolchain support to examples testing
Diffstat (limited to 'CTestConfig.cmake')
-rw-r--r--CTestConfig.cmake12
1 files changed, 2 insertions, 10 deletions
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 9332de0..741f56a 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -22,20 +22,12 @@ set (CTEST_DROP_METHOD "https")
if (CTEST_DROP_SITE_INIT)
set (CTEST_DROP_SITE "${CTEST_DROP_SITE_INIT}")
else ()
- if (CDASH_LOCAL)
- set (CTEST_DROP_SITE "cdash-internal.hdfgroup.org")
- else ()
- set (CTEST_DROP_SITE "cdash.hdfgroup.org")
- endif ()
+ set (CTEST_DROP_SITE "cdash.hdfgroup.org")
endif ()
if (CTEST_DROP_LOCATION_INIT)
set (CTEST_DROP_LOCATION "${CTEST_DROP_LOCATION_INIT}")
else ()
- if (CDASH_LOCAL)
- set (CTEST_DROP_LOCATION "/submit.php?project=HDF5114")
- else ()
- set (CTEST_DROP_LOCATION "/submit.php?project=HDF5114")
- endif ()
+ set (CTEST_DROP_LOCATION "/submit.php?project=HDF5114")
endif ()
set (CTEST_DROP_SITE_CDASH TRUE)