CMake/Help/release/dev/ExternalProject-git-clone-o.rst
Adam Rankin 83d633919a ExternalProject: Add option to set git clone -o argument
Add a `GIT_REMOTE_NAME` option to `ExternalProject_Add` to support

  git clone --origin <name>

Default to `origin` if not specified.
2016-01-15 14:20:04 -05:00

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.