[Cmake-commits] CMake branch, next, updated. v3.4.0-rc2-875-g01bd45b

Brad King brad.king at kitware.com
Thu Oct 22 10:32:20 EDT 2015


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  01bd45b35341d83cc4f44c0976f14883817c0351 (commit)
       via  194011b86f0d41c9f4cd10bdc3e4bf327db3d9d2 (commit)
      from  41256e03c170a8395bc5cd59fbe55bec27f4e19d (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=01bd45b35341d83cc4f44c0976f14883817c0351
commit 01bd45b35341d83cc4f44c0976f14883817c0351
Merge: 41256e0 194011b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Oct 22 10:32:19 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Oct 22 10:32:19 2015 -0400

    Merge topic 'doc-add_executable-typo' into next
    
    194011b8 Help: Add missing parenthesis in add_executable docs


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=194011b86f0d41c9f4cd10bdc3e4bf327db3d9d2
commit 194011b86f0d41c9f4cd10bdc3e4bf327db3d9d2
Author:     Christopher Dembia <cld72 at cornell.edu>
AuthorDate: Wed Oct 21 23:10:39 2015 -0700
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Oct 22 10:31:49 2015 -0400

    Help: Add missing parenthesis in add_executable docs

diff --git a/Help/command/add_executable.rst b/Help/command/add_executable.rst
index 4ed10e1..8b3fb57 100644
--- a/Help/command/add_executable.rst
+++ b/Help/command/add_executable.rst
@@ -14,7 +14,7 @@ files listed in the command invocation.  The ``<name>`` corresponds to the
 logical target name and must be globally unique within a project.  The
 actual file name of the executable built is constructed based on
 conventions of the native platform (such as ``<name>.exe`` or just
-``<name>``.
+``<name>``).
 
 By default the executable file will be created in the build tree
 directory corresponding to the source tree directory in which the

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

Summary of changes:
 Help/command/add_executable.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list