summaryrefslogtreecommitdiffstats
path: root/test/API/driver/kwsys/CTestConfig.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-03 16:45:16 (GMT)
committerGitHub <noreply@github.com>2023-05-03 16:45:16 (GMT)
commit571990d5c41dc3a0e4ffb3ec18af689576ad5594 (patch)
treed142ef3c1964fe87fac89089b9f23ea83655350b /test/API/driver/kwsys/CTestConfig.cmake
parentf8a1b3ceec485829ccdd3034ef2be68029f1a66e (diff)
downloadhdf5-571990d5c41dc3a0e4ffb3ec18af689576ad5594.zip
hdf5-571990d5c41dc3a0e4ffb3ec18af689576ad5594.tar.gz
hdf5-571990d5c41dc3a0e4ffb3ec18af689576ad5594.tar.bz2
Changes to isolate API Test option files and use fetchcontent (#2880)
Diffstat (limited to 'test/API/driver/kwsys/CTestConfig.cmake')
-rw-r--r--test/API/driver/kwsys/CTestConfig.cmake9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/API/driver/kwsys/CTestConfig.cmake b/test/API/driver/kwsys/CTestConfig.cmake
deleted file mode 100644
index 1339ffc..0000000
--- a/test/API/driver/kwsys/CTestConfig.cmake
+++ /dev/null
@@ -1,9 +0,0 @@
-# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
-# file Copyright.txt or https://cmake.org/licensing#kwsys for details.
-
-set(CTEST_PROJECT_NAME "KWSys")
-set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
-set(CTEST_DROP_METHOD "http")
-set(CTEST_DROP_SITE "open.cdash.org")
-set(CTEST_DROP_LOCATION "/submit.php?project=KWSys")
-set(CTEST_DROP_SITE_CDASH TRUE)