[Cmake-commits] CMake branch, next, updated. v2.8.11.2-2963-g9604142

Brad King brad.king at kitware.com
Mon Jul 8 11:58:27 EDT 2013


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  9604142c2cc7995078ca488bca100e28fc88c61f (commit)
       via  455b773a56881c60054dd4e23081767b054c4ee9 (commit)
      from  e9f47d0353da6132698b5d383422216287bc7971 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9604142c2cc7995078ca488bca100e28fc88c61f
commit 9604142c2cc7995078ca488bca100e28fc88c61f
Merge: e9f47d0 455b773
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 8 11:58:26 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jul 8 11:58:26 2013 -0400

    Merge topic 'doc-ExternalProject-COMMAND-keyword' into next
    
    455b773 ExternalProject: Avoid _Add() example in documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=455b773a56881c60054dd4e23081767b054c4ee9
commit 455b773a56881c60054dd4e23081767b054c4ee9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Jul 8 11:54:16 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Jul 8 11:54:16 2013 -0400

    ExternalProject: Avoid _Add() example in documentation
    
    It messes with the self-extraction of the keyword list.

diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake
index b2b0df5..3acb4f9 100644
--- a/Modules/ExternalProject.cmake
+++ b/Modules/ExternalProject.cmake
@@ -118,7 +118,7 @@
 # step that specifies a "COMMAND cmd..." may specify additional command
 # lines using the form "COMMAND cmd...".  At build time the commands will
 # be executed in order and aborted if any one fails.  For example:
-#  ExternalProject_Add(... BUILD_COMMAND make COMMAND echo done ...)
+#  ... BUILD_COMMAND make COMMAND echo done ...
 # specifies to run "make" and then "echo done" during the build step.
 # Whether the current working directory is preserved between commands
 # is not defined.  Behavior of shell operators like "&&" is not defined.

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

Summary of changes:
 Modules/ExternalProject.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list