[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-1171-g8f8db00
Stephen Kelly
steveire at gmail.com
Mon Dec 8 13:51:27 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 8f8db003453933a0b468cdf5d58bc6b11cc98b3a (commit)
via a1e587bad3ecbbec1d3b1d559a956dfcbc3b0634 (commit)
from b1b54ed34a6c129445f056bd3ab0ad590f45b774 (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=8f8db003453933a0b468cdf5d58bc6b11cc98b3a
commit 8f8db003453933a0b468cdf5d58bc6b11cc98b3a
Merge: b1b54ed a1e587b
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Dec 8 13:51:27 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Dec 8 13:51:27 2014 -0500
Merge topic 'diagnose-invalid-_IMPORT_PREFIX-generation' into next
a1e587ba Fix policy docs.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a1e587bad3ecbbec1d3b1d559a956dfcbc3b0634
commit a1e587bad3ecbbec1d3b1d559a956dfcbc3b0634
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Mon Dec 8 19:29:56 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Mon Dec 8 19:51:02 2014 +0100
Fix policy docs.
diff --git a/Help/policy/CMP0057.rst b/Help/policy/CMP0057.rst
index 4b456bf..5a790b0 100644
--- a/Help/policy/CMP0057.rst
+++ b/Help/policy/CMP0057.rst
@@ -6,8 +6,12 @@ Error on export with bad INCLUDES DESTINATION.
CMake 3.1 and lower generated unusable files with the
:command:`install(EXPORT)` command if an absolute ``DESTINATION`` was used
with it, and a relative path was passed to the ``INCLUDES DESTINATION`` of a
-target in the specified export set. In such cases, a use of an internal
-variable was generated, although the internal variable was unset.
+target in the specified export set. Unusable files could also be generated
+if the ``$<INSTALL_PREFIX>`` generator expression was used, despite an
+export with an absolute ``DESTINATION``, or if the ``$<INSTALL_INTERFACE>``
+generator expression was used containing a relative path. In such cases,
+a use of an internal variable was generated, although the internal
+variable was unset.
The ``OLD`` behavior for this policy is to issue a warning if a the
:command:`install(EXPORT)` command generates such an unusable file. The
-----------------------------------------------------------------------
Summary of changes:
Help/policy/CMP0057.rst | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list