[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-442-gca11593

Brad King brad.king at kitware.com
Mon Mar 3 10:10:14 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  ca11593e236ad5453c55d48bdb457516c5518528 (commit)
       via  1a9316a80881533e49ea411dcf8f3edce93683c0 (commit)
      from  41fe0bf17a323a989a9ebbf7b49dc47e1bc4afeb (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=ca11593e236ad5453c55d48bdb457516c5518528
commit ca11593e236ad5453c55d48bdb457516c5518528
Merge: 41fe0bf 1a9316a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 3 10:10:13 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 3 10:10:13 2014 -0500

    Merge topic 'add_definitions-no-genex' into next
    
    1a9316a8 add_definitions: Don't document genex support.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1a9316a80881533e49ea411dcf8f3edce93683c0
commit 1a9316a80881533e49ea411dcf8f3edce93683c0
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 3 10:50:08 2014 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 3 10:10:39 2014 -0500

    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