Skip to content

Change git clone to optionally run with "--progress" flag.

Originally, "git clone" was run with "--progress" as a hard-coded flag. This commit makes the flags passed to "git clone" an advanced option (superbuild_git_clone_arguments), and has it default to "". Projects that use the common-superbuild can change the default setting by defining a local variable "default_git_clone_arguements".

Merge request reports