https://github.com/Kitware/CMake
Revision b88fb7eec61653f902762f50a68ce1e350cf4a49 authored by Brad King on 10 August 2020, 15:18:58 UTC, committed by Kitware Robot on 10 August 2020, 15:19:17 UTC
a92d384548 FindPython: ensure user's policies are respected

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Henry Schreiner <henryschreineriii@gmail.com>
Merge-request: !5098
2 parent s 72409ee + a92d384
Raw File
Tip revision: b88fb7eec61653f902762f50a68ce1e350cf4a49 authored by Brad King on 10 August 2020, 15:18:58 UTC
Merge topic 'FindPython-user-policies' into release-3.18
Tip revision: b88fb7e
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