CMake/Tests/ExternalProject
Christian Fetzer 2be9d85af8 ExternalProject: Allow passing config flags to git clone
Add a `GIT_CONFIG` parameter that allows to specify `--config` flags
that are passed to the git clone command.  This can be used to specify
for example `core.autocrlf=true`.  The `--config` parameter is supported
since Git 1.7.7.
2016-11-09 15:54:13 -05:00
..
Example Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
CMakeLists.txt ExternalProject: Allow passing config flags to git clone 2016-11-09 15:54:13 -05:00
cvsrepo.tgz
gitrepo-sub.tgz ExternalProject: Add unit tests for GIT_SUBMODULES argument 2015-06-08 10:27:06 -04:00
gitrepo.tgz
hgrepo.tgz
svnrepo.tgz