ExternalProject: support GIT_PROGRESS argument

This commit is contained in:
Ben Boeckel
2016-10-18 11:31:04 -04:00
parent 64aa29b7d6
commit e89fbfaf66
2 changed files with 18 additions and 2 deletions
@@ -0,0 +1,5 @@
external-project-clone-progress
-------------------------------
* The :module:`ExternalProject` module gained the ``GIT_PROGRESS`` option to
force Git to show progress when cloning repositories.