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
.gitignore
# Exclude MacOS Finder files.
.DS_Store

*.user*

*.pyc
Testing

# Visual Studio work directory
.vs/

# Visual Studio Code
.vscode/
back to top