blob: b9e09d35648e2d48f9dee4775ae3ba07b40521a1 (
plain)
1
2
3
4
5
6
7
|
ExternalProject-git-no-recurse
------------------------------
* The :module:`ExternalProject` module :command:`ExternalProject_Add`
command gained a ``GIT_SUBMODULES_RECURSE`` option to specify whether
Git submodules should be updated recursively. The default is on to
preserve existing behavior.
|