[Cmake-commits] CMake branch, next, updated. v3.2.2-2725-gcb96996
Stephen Kelly
steveire at gmail.com
Thu May 14 13:20:11 EDT 2015
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 cb96996cfef31f71e2a9443897369cdeab79728c (commit)
via e1f35f1fd2dc620b9f8e030e2daa960dc2908222 (commit)
from 355a81aed21eaa1a8ba74c981624501344157109 (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=cb96996cfef31f71e2a9443897369cdeab79728c
commit cb96996cfef31f71e2a9443897369cdeab79728c
Merge: 355a81a e1f35f1
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 14 13:20:10 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 14 13:20:10 2015 -0400
Merge topic 'disallow-install-of-export' into next
e1f35f1f fixup! install: Disallow installing export() result.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e1f35f1fd2dc620b9f8e030e2daa960dc2908222
commit e1f35f1fd2dc620b9f8e030e2daa960dc2908222
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu May 14 19:19:52 2015 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu May 14 19:19:52 2015 +0200
fixup! install: Disallow installing export() result.
diff --git a/Help/policy/CMP0062.rst b/Help/policy/CMP0062.rst
index 632cfc2..e2f5a5a 100644
--- a/Help/policy/CMP0062.rst
+++ b/Help/policy/CMP0062.rst
@@ -12,7 +12,7 @@ configuration.
The :command:`install(EXPORT)` generates and installs files which contain
:ref:`Imported Targets`. These files are generated with relative paths
(unless the user specifies absolute paths), and are designed for
-multi-configuration use.
+multi-configuration use. See :ref:`Creating Packages` for more.
CMake 3.3 no longer allows the use of the :command:`install(FILES)` command
with the result of the :command:`export()` command.
-----------------------------------------------------------------------
Summary of changes:
Help/policy/CMP0062.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list