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 <[email protected]>
AuthorDate: Wed Dec 17 16:04:14 2014 -0500
Commit:     CMake Topic Stage <[email protected]>
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 <[email protected]>
AuthorDate: Wed Dec 17 21:59:51 2014 +0100
Commit:     Brad King <[email protected]>
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
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to