ExternalProject: Initialize Git submodules recursively and on update (#16083)

This commit is contained in:
Ilya Kulakov
2016-04-26 18:50:38 -04:00
committed by Brad King
parent 24b2a36778
commit 79410eeb1f
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
ExternalProject-git-recursive-init
----------------------------------
* The :module:`ExternalProject` module learned to initialize Git submodules
recursively and also to initialize new submodules on updates. Use the
``GIT_SUBMODULES`` option to restrict which submodules are initalized and
updated.