Revision ecef0313f7932259bf42c6edaeca06ec2a0fbdc3 authored by Alex Turbov on 01 August 2024, 15:11:42 UTC, committed by Alex Turbov on 01 August 2024, 16:08:52 UTC
1 parent b187a4f
Raw File
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