diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2016-03-31 16:31:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-01 19:51:46 (GMT) |
commit | c18d91add836f7ce426fcb59b2c65235898f3979 (patch) | |
tree | e65b7556e95231844b491bfa4600fdd316ce1ec3 /Help | |
parent | 7f5607439ed0d1303265d3db0937e90683e698de (diff) | |
download | CMake-c18d91add836f7ce426fcb59b2c65235898f3979.zip CMake-c18d91add836f7ce426fcb59b2c65235898f3979.tar.gz CMake-c18d91add836f7ce426fcb59b2c65235898f3979.tar.bz2 |
Help: add release notes for topic 'ctest-run-submodule-sync'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/ctest-run-submodule-sync.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/ctest-run-submodule-sync.rst b/Help/release/dev/ctest-run-submodule-sync.rst new file mode 100644 index 0000000..c41cc2f --- /dev/null +++ b/Help/release/dev/ctest-run-submodule-sync.rst @@ -0,0 +1,9 @@ +ctest-run-submodule-sync +------------------------ + +* The :command:`ctest_update` command now looks at the + :variable:`CTEST_GIT_INIT_SUBMODULES` variable to determine whether + submodules should be updated or not before updating. +* The :command:`ctest_update` command will now synchronize submodules on an + update. Updates which add submodules or change a submodule's URL will now be + pulled properly. |