[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3216-g654266d

Stephen Kelly steveire at gmail.com
Thu Jul 18 11:30:18 EDT 2013


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  654266d9b74eea1ea969f9385f017b1f8d7ba523 (commit)
       via  0da999ed7ee06ab555417490037da2a0efc58177 (commit)
      from  a8aad419bf9dfe4870a39562ad57b44fc60e3008 (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=654266d9b74eea1ea969f9385f017b1f8d7ba523
commit 654266d9b74eea1ea969f9385f017b1f8d7ba523
Merge: a8aad41 0da999e
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 18 11:30:16 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jul 18 11:30:16 2013 -0400

    Merge topic 'framework-interface-includes' into next
    
    0da999e Add documentation to tll.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0da999ed7ee06ab555417490037da2a0efc58177
commit 0da999ed7ee06ab555417490037da2a0efc58177
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Jul 18 13:26:57 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Jul 18 17:20:49 2013 +0200

    Add documentation to tll.

diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h
index c683016..68552cf 100644
--- a/Source/cmTargetLinkLibrariesCommand.h
+++ b/Source/cmTargetLinkLibrariesCommand.h
@@ -109,6 +109,11 @@ public:
       " INTERFACE_POSITION_INDEPENDENT_CODE: Sets POSITION_INDEPENDENT_CODE\n"
       "   or checked for consistency with existing value\n"
       "\n"
+      "If an <item> is a library in a Mac OX framework, the Headers "
+      "directory of the framework will also be processed as a \"usage "
+      "requirement\".  This has the same effect as passing the framework "
+      "directory as an include directory."
+      "\n"
       "  target_link_libraries(<target> LINK_INTERFACE_LIBRARIES\n"
       "                        [[debug|optimized|general] <lib>] ...)\n"
       "The LINK_INTERFACE_LIBRARIES mode appends the libraries "

-----------------------------------------------------------------------

Summary of changes:
 Source/cmTargetLinkLibrariesCommand.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list