[Cmake-commits] CMake branch, next, updated. v3.1.0-1224-g9a64b8d
Brad King
brad.king at kitware.com
Wed Dec 17 16:04:15 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 9a64b8d559d0123da0c110dd5d13ce5f3a46ecf8 (commit)
via 473446abfa20c949ea896aa11b331f17a0d09029 (commit)
from 3f59a446c7f7f874f8b223a32eb47397fabebef2 (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=9a64b8d559d0123da0c110dd5d13ce5f3a46ecf8
commit 9a64b8d559d0123da0c110dd5d13ce5f3a46ecf8
Merge: 3f59a44 473446a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 17 16:04:14 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 17 16:04:14 2014 -0500
Merge topic 'doc-INTERFACE-target-type' into next
473446ab Help: Add INTERFACE_LIBRARY to TYPE target property documentation
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=473446abfa20c949ea896aa11b331f17a0d09029
commit 473446abfa20c949ea896aa11b331f17a0d09029
Author: Tim Blechmann <tim at klingt.org>
AuthorDate: Wed Dec 17 21:59:51 2014 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Dec 17 16:03:29 2014 -0500
Help: Add INTERFACE_LIBRARY to TYPE target property documentation
diff --git a/Help/prop_tgt/TYPE.rst b/Help/prop_tgt/TYPE.rst
index 1951d46..5ac63cc 100644
--- a/Help/prop_tgt/TYPE.rst
+++ b/Help/prop_tgt/TYPE.rst
@@ -5,4 +5,5 @@ The type of the target.
This read-only property can be used to test the type of the given
target. It will be one of STATIC_LIBRARY, MODULE_LIBRARY,
-SHARED_LIBRARY, EXECUTABLE or one of the internal target types.
+SHARED_LIBRARY, INTERFACE_LIBRARY, EXECUTABLE or one of the internal
+target types.
-----------------------------------------------------------------------
Summary of changes:
Help/prop_tgt/TYPE.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list