https://github.com/Kitware/CMake
Revision 67102d3252f744987762ae19c4bfffeb11cdd46e authored by Kyle Edwards on 07 February 2020, 19:18:54 UTC, committed by Kyle Edwards on 07 February 2020, 19:18:54 UTC
And give other generators a path forward to add support in the future.
1 parent ad17c37
Raw File
Tip revision: 67102d3252f744987762ae19c4bfffeb11cdd46e authored by Kyle Edwards on 07 February 2020, 19:18:54 UTC
Ninja Multi-Config: Add support for DEPFILE option in add_custom_command()
Tip revision: 67102d3
CTestConfig.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 "1:00:00 UTC")

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)
set(CTEST_CDASH_VERSION "1.6")
set(CTEST_CDASH_QUERY_VERSION TRUE)
back to top