mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
8 lines
305 B
ReStructuredText
8 lines
305 B
ReStructuredText
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.
|