blob: b48fdcf043cc0f8b5196e2b2ad31d1dd0b6c093c (
plain)
1
2
3
4
5
6
7
8
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.
|