https://github.com/Kitware/CMake
Revision c0b7198ad9a4dea6473be0820ccbff27827e9f68 authored by Craig Scott on 18 August 2020, 13:01:09 UTC, committed by Craig Scott on 18 August 2020, 13:21:36 UTC
The skip-update target is always considered out-of-date. The change in
7249ba9677 (ExternalProject: Enforce that patch depends on update, 2020-04-03)
made the patch target depend on skip-update, which in turn made it
always out of date too. The patch command should only be re-run if the download
needs to be performed again where updates are disconnected.

Fixes: #21086
1 parent acd15bf
Raw File
Tip revision: c0b7198ad9a4dea6473be0820ccbff27827e9f68 authored by Craig Scott on 18 August 2020, 13:01:09 UTC
ExternalProject: Stop patch target from always appearing out-of-date
Tip revision: c0b7198
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