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.
|