Skip to content

ExternalProject: Allow passing config flags to git clone

Christian Fetzer requested to merge fetzerch/cmake:git_config into master

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

Related issue: #15799 (closed).

Merge request reports