[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2317-g52a9560
Stephen Kelly
steveire at gmail.com
Mon Apr 14 17:01:30 EDT 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 52a9560c53042c771b22c68c4d0a6885023225aa (commit)
via 454b4bd244a02802bd0421b7232a92e4ff3da6c7 (commit)
from 4843226d38a242db2470e774fa9f655a5bec50c5 (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=52a9560c53042c771b22c68c4d0a6885023225aa
commit 52a9560c53042c771b22c68c4d0a6885023225aa
Merge: 4843226 454b4bd
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Apr 14 17:01:29 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Apr 14 17:01:29 2014 -0400
Merge topic 'CMP0051-typo' into next
454b4bd2 Help: Fix typo in CMP0051.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=454b4bd244a02802bd0421b7232a92e4ff3da6c7
commit 454b4bd244a02802bd0421b7232a92e4ff3da6c7
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Apr 14 23:00:30 2014 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Apr 14 23:00:30 2014 +0200
Help: Fix typo in CMP0051.
STRIP_GENEX -> GENEX_STRIP.
diff --git a/Help/policy/CMP0051.rst b/Help/policy/CMP0051.rst
index 7d85929..1b56cb0 100644
--- a/Help/policy/CMP0051.rst
+++ b/Help/policy/CMP0051.rst
@@ -10,7 +10,7 @@ returning the :prop_tgt:`SOURCES` target property.
Configure-time CMake code is not able to handle generator expressions. If
using the :prop_tgt:`SOURCES` target property at configure time, it may be
necessary to first remove generator expressions using the
-:command:`string(STRIP_GENEX)` command. Generate-time CMake code such as
+:command:`string(GENEX_STRIP)` command. Generate-time CMake code such as
:command:`file(GENERATE)` can handle the content without stripping.
The ``OLD`` behavior for this policy is to omit ``TARGET_OBJECTS``
-----------------------------------------------------------------------
Summary of changes:
Help/policy/CMP0051.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list