https://github.com/Kitware/CMake
Revision 3cf22df42eddd2bc1657fac0cb159f34c7ab6470 authored by Brad King on 12 March 2020, 12:19:06 UTC, committed by Kitware Robot on 12 March 2020, 12:19:43 UTC
7a1cce210b CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4459
2 parent s c278b4e + 7a1cce2
Raw File
Tip revision: 3cf22df42eddd2bc1657fac0cb159f34c7ab6470 authored by Brad King on 12 March 2020, 12:19:06 UTC
Merge topic 'ctest-curl-debugfunction' into release-3.17
Tip revision: 3cf22df
DartConfig.cmake
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

set(CTEST_PROJECT_NAME "CMake")
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=CMake")
set(CTEST_DROP_SITE_CDASH TRUE)
back to top