summaryrefslogtreecommitdiffstats
path: root/Help/variable/CTEST_GIT_INIT_SUBMODULES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* cmCTestGIT: add an option to initialize submodules on updateBen Boeckel2016-04-011-0/+5
Currently, CTest will not initialize any submodules within the already checked out source tree. Add an option to do so. The use case for not doing so is that some submodules may not be necessary for the current test and keeping network usage down may be important.