Skip to content

Add GIT_QUIET option to ExternalProject.

Chuck Claunch requested to merge feature_git_quiet into master

This option will pass the --quiet option to all git commands which support it and don't already have it defined in ExternalProject somewhere. Resolves cmake/cmake#17302.

Merge request reports