diff options
author | Adam Rankin <adam.rankin@gmail.com> | 2016-01-15 17:34:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-01-15 19:20:04 (GMT) |
commit | 83d633919a75bde05acdf642ff79c5b310fce824 (patch) | |
tree | e95b96d91534131ced33d33f11d38a1d94e3724e /Help | |
parent | b8d002af1aeefb435a9560b056f081e5d8dff734 (diff) | |
download | CMake-83d633919a75bde05acdf642ff79c5b310fce824.zip CMake-83d633919a75bde05acdf642ff79c5b310fce824.tar.gz CMake-83d633919a75bde05acdf642ff79c5b310fce824.tar.bz2 |
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.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/ExternalProject-git-clone-o.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/ExternalProject-git-clone-o.rst b/Help/release/dev/ExternalProject-git-clone-o.rst new file mode 100644 index 0000000..c9ff3e1 --- /dev/null +++ b/Help/release/dev/ExternalProject-git-clone-o.rst @@ -0,0 +1,5 @@ +ExternalProject-git-clone-o +--------------------------- + +* The :module:`ExternalProject` module learned a new ``GIT_REMOTE_NAME`` + option to control the ``git clone --origin`` value. |