cmCTestGIT: add an option to initialize submodules on update

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.
This commit is contained in:
Ben Boeckel
2016-03-31 12:28:46 -04:00
committed by Brad King
parent 56c1ea40c5
commit 06b310b5d5
6 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
CTEST_GIT_INIT_SUBMODULES
-------------------------
Specify the CTest ``GITInitSubmodules`` setting
in a :manual:`ctest(1)` dashboard client script.