diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-05-29 09:06:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-29 16:10:33 (GMT) |
commit | 8aa4d51ec5695777168dcea02113482bf02e307f (patch) | |
tree | 99149e10cc2ab2bc8cc4b9ce8467aaa60381f758 | |
parent | 1236590507c38ae85847257e41776d0a9935024b (diff) | |
download | CMake-8aa4d51ec5695777168dcea02113482bf02e307f.zip CMake-8aa4d51ec5695777168dcea02113482bf02e307f.tar.gz CMake-8aa4d51ec5695777168dcea02113482bf02e307f.tar.bz2 |
ExternalProject: Add missing release note for git update strategy
This release note was mistakenly omitted from commit 0aea435aa1
(ExternalProject: Provide choice of git update strategies, 2020-02-12).
-rw-r--r-- | Help/release/dev/fc-ep-git-update-strategy.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/fc-ep-git-update-strategy.rst b/Help/release/dev/fc-ep-git-update-strategy.rst new file mode 100644 index 0000000..b48fdcf --- /dev/null +++ b/Help/release/dev/fc-ep-git-update-strategy.rst @@ -0,0 +1,9 @@ +fc-ep-git-update-strategy +------------------------- + +* The :command:`ExternalProject_Add` command gained a new + ``GIT_REMOTE_UPDATE_STRATEGY`` keyword. This can be used to specify how + failed rebase operations during a git update should be handled. + The ``CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY`` variable was also added as a + global default and is honored by both the :module:`ExternalProject` and + :module:`FetchContent` modules. |