mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
Add a `GIT_REMOTE_NAME` option to `ExternalProject_Add` to support git clone --origin <name> Default to `origin` if not specified.
6 lines
184 B
ReStructuredText
6 lines
184 B
ReStructuredText
ExternalProject-git-clone-o
|
|
---------------------------
|
|
|
|
* The :module:`ExternalProject` module learned a new ``GIT_REMOTE_NAME``
|
|
option to control the ``git clone --origin`` value.
|