[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-430-g80c49a6

Stephen Kelly steveire at gmail.com
Mon Mar 3 08:04:02 EST 2014


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  80c49a61a644e1445d4a49968d1f7b0b9da65c50 (commit)
       via  3447b417f7761a190b1330a39bb61a050293c01e (commit)
      from  816e854ed5041f956edba52595dc2e8fdd33cc09 (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=80c49a61a644e1445d4a49968d1f7b0b9da65c50
commit 80c49a61a644e1445d4a49968d1f7b0b9da65c50
Merge: 816e854 3447b41
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 3 08:04:02 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 3 08:04:02 2014 -0500

    Merge topic 'add_definitions-no-genex' into next
    
    3447b417 add_definitions: Don't document genex support.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3447b417f7761a190b1330a39bb61a050293c01e
commit 3447b417f7761a190b1330a39bb61a050293c01e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 3 10:50:08 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Mar 3 14:03:05 2014 +0100

    add_definitions: Don't document genex support.
    
    This command does not support generator expressions. The documentation
    was mistakenly extended to claim it in commit v3.0.0-rc1~60^2~3 (Help: Mark
    up the buildsystem commands documentation, 2014-02-03).

diff --git a/Help/command/add_definitions.rst b/Help/command/add_definitions.rst
index a9a6bf5..2965c37 100644
--- a/Help/command/add_definitions.rst
+++ b/Help/command/add_definitions.rst
@@ -21,7 +21,5 @@ backwards compatibility.  See documentation of the
 properties for details on adding preprocessor definitions to specific
 scopes and configurations.
 
-Arguments to ``add_definitions`` may use "generator expressions" with
-the syntax "$<...>".  See the :manual:`cmake-generator-expressions(7)`
-manual for available expressions.  See the :manual:`cmake-buildsystem(7)`
-manual for more on defining buildsystem properties.
+See the :manual:`cmake-buildsystem(7)` manual for more on defining
+buildsystem properties.

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list