https://github.com/Kitware/CMake
Revision b768a5e23ba58b1eaf747c54451a5a255663650b authored by Brad King on 05 October 2022, 18:33:10 UTC, committed by Brad King on 05 October 2022, 19:27:40 UTC
Define the entry point to each mode as an option for the `cmake`
program, but reference the options for that mode as part of stand-in
`cmake-<mode>` programs.
1 parent 6ace956
Raw File
Tip revision: b768a5e23ba58b1eaf747c54451a5a255663650b authored by Brad King on 05 October 2022, 18:33:10 UTC
Help: Disambiguate cmake(1) program modes in Sphinx option references
Tip revision: b768a5e
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