mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
8 lines
279 B
ReStructuredText
8 lines
279 B
ReStructuredText
ExternalProject-git-clone-retry
|
|
-------------------------------
|
|
|
|
* The :module:`ExternalProject` and :module:`FetchContent` modules gained
|
|
:variable:`CMAKE_EP_GIT_CLONE_RETRY_COUNT` and
|
|
:variable:`CMAKE_EP_GIT_CLONE_RETRY_DELAY` variables to control
|
|
``git clone`` retries.
|