https://github.com/Kitware/CMake
Revision ed593cbe645d7e5a0131b0695a607999e70af5c6 authored by Craig Scott on 27 May 2019, 21:55:29 UTC, committed by Kitware Robot on 27 May 2019, 21:55:45 UTC
902af25512 Help: Fix typo for CTEST_CUSTOM_WARNING_xxx vars

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3378
2 parent s 711f1bf + 902af25
Raw File
Tip revision: ed593cbe645d7e5a0131b0695a607999e70af5c6 authored by Craig Scott on 27 May 2019, 21:55:29 UTC
Merge topic 'doc-typo-CTEST_CUSTOM_WARNING_xxx'
Tip revision: ed593cb
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