[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-421-g777a8fa
Stephen Kelly
steveire at gmail.com
Mon Mar 3 04:53:10 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 777a8fa559476d05e22bb4cf1738c63ad02a621c (commit)
via 61839b15253cc0645d6b6fecc330998a0848c649 (commit)
via 115ffb0e4da65becff69e99436468a8c96cb7639 (commit)
from 844d1e609bd209ea93edb3b15329df707e9a2db7 (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=777a8fa559476d05e22bb4cf1738c63ad02a621c
commit 777a8fa559476d05e22bb4cf1738c63ad02a621c
Merge: 844d1e6 61839b1
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Mar 3 04:53:10 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 3 04:53:10 2014 -0500
Merge topic 'add_definitions-no-genex' into next
61839b15 add_definitions: Don't document genex support.
115ffb0e CMake Nightly Date Stamp
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=61839b15253cc0645d6b6fecc330998a0848c649
commit 61839b15253cc0645d6b6fecc330998a0848c649
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 10:50:08 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..0c2b5e8 100644
--- a/Help/command/add_definitions.rst
+++ b/Help/command/add_definitions.rst
@@ -20,8 +20,3 @@ backwards compatibility. See documentation of the
:prop_sf:`source file <COMPILE_DEFINITIONS>` ``COMPILE_DEFINITIONS``
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.
-----------------------------------------------------------------------
Summary of changes:
Help/command/add_definitions.rst | 5 -----
Source/CMakeVersion.cmake | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list