[Cmake-commits] CMake branch, next, updated. v3.7.0-1303-g08a3cf5
Brad King
brad.king at kitware.com
Mon Nov 21 11:20:06 EST 2016
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 08a3cf513b5807195c8382540fd820dd35a59d8c (commit)
via b3193996bd4c87ece760f5f53f2236451605f00a (commit)
from 2f1cb23aa2499bcdac6d7c5fd3c5666d21e0aa4c (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=08a3cf513b5807195c8382540fd820dd35a59d8c
commit 08a3cf513b5807195c8382540fd820dd35a59d8c
Merge: 2f1cb23 b319399
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 21 11:20:05 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 21 11:20:05 2016 -0500
Merge topic 'doc-imported-interface-libname' into next
b3193996 Help: Mention IMPORTED_LIBNAME_* in interface library property whitelist
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b3193996bd4c87ece760f5f53f2236451605f00a
commit b3193996bd4c87ece760f5f53f2236451605f00a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Nov 21 10:39:13 2016 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Nov 21 10:41:40 2016 -0500
Help: Mention IMPORTED_LIBNAME_* in interface library property whitelist
This property was added by commit 09cda9d5 (Allow imported INTERFACE
libraries to specify a link library name, 2016-11-03) and is in the
implementation's whitelist. Add it to the documentation too.
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 4950fee..89b010d 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -964,6 +964,7 @@ are:
* ``EXPORT_NAME``
* ``IMPORTED``
* ``NAME``
+* Properties matching ``IMPORTED_LIBNAME_*``
* Properties matching ``MAP_IMPORTED_CONFIG_*``
``INTERFACE`` libraries may be installed and exported. Any content they refer
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-buildsystem.7.rst | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list