fc-ep-git-update-strategy.rst 435 B

123456789
  1. fc-ep-git-update-strategy
  2. -------------------------
  3. * The :command:`ExternalProject_Add` command gained a new
  4. ``GIT_REMOTE_UPDATE_STRATEGY`` keyword. This can be used to specify how
  5. failed rebase operations during a git update should be handled.
  6. The ``CMAKE_EP_GIT_REMOTE_UPDATE_STRATEGY`` variable was also added as a
  7. global default and is honored by both the :module:`ExternalProject` and
  8. :module:`FetchContent` modules.