Imported Upstream version 3.15.0
[platform/upstream/cmake.git] / CTestConfig.cmake
1 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
2 # file Copyright.txt or https://cmake.org/licensing for details.
3
4 set(CTEST_PROJECT_NAME "CMake")
5 set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")
6
7 set(CTEST_DROP_METHOD "http")
8 set(CTEST_DROP_SITE "open.cdash.org")
9 set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
10 set(CTEST_DROP_SITE_CDASH TRUE)
11 set(CTEST_CDASH_VERSION "1.6")
12 set(CTEST_CDASH_QUERY_VERSION TRUE)