[Cmake-commits] CMake branch, next, updated. v3.5.2-1218-gec946b2

Brad King brad.king at kitware.com
Tue May 3 10:04:34 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  ec946b2b4e66b327d9dbdebf7622cf3e81f64064 (commit)
       via  f8ddf2002a2d6a41ab4864ab0d1299ba11073d20 (commit)
      from  40b75849ef8fd822e2b1a05f0d9a872550b4bc1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ec946b2b4e66b327d9dbdebf7622cf3e81f64064
commit ec946b2b4e66b327d9dbdebf7622cf3e81f64064
Merge: 40b7584 f8ddf20
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 3 10:04:33 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 3 10:04:33 2016 -0400

    Merge topic 'ExternalProject-git-recursive-init' into next
    
    f8ddf200 fixup! ExternalProject: Initialize Git submodules recursively and on update


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f8ddf2002a2d6a41ab4864ab0d1299ba11073d20
commit f8ddf2002a2d6a41ab4864ab0d1299ba11073d20
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 3 10:04:08 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 3 10:04:08 2016 -0400

    fixup! ExternalProject: Initialize Git submodules recursively and on update

diff --git a/Help/release/dev/ExternalProject-git-recursive-init.rst b/Help/release/dev/ExternalProject-git-recursive-init.rst
index 10278d8..1ebcced 100644
--- a/Help/release/dev/ExternalProject-git-recursive-init.rst
+++ b/Help/release/dev/ExternalProject-git-recursive-init.rst
@@ -1,7 +1,7 @@
 ExternalProject-git-recursive-init
 ----------------------------------
 
-* The :command:`ctest_update` command learned to initialize submodules
-  recursively and also to initialize new submodules on updates.  Use
-  the ``GIT_SUBMODULES`` option to restrict which submodules are
-  initalized and updated.
+* The :module:`ExternalProject` module learned to initialize Git submodules
+  recursively and also to initialize new submodules on updates.  Use the
+  ``GIT_SUBMODULES`` option to restrict which submodules are initalized and
+  updated.

-----------------------------------------------------------------------

Summary of changes:
 Help/release/dev/ExternalProject-git-recursive-init.rst |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list