[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6679-g9304e51

Stephen Kelly steveire at gmail.com
Sat Jan 4 05:42:04 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  9304e51e8ee1f6d50fcd755277d4f93244cb4cf7 (commit)
       via  97bbb2d924e22f3b5b59fa11218e11aa8179790c (commit)
      from  5c5a69afd3c1948724d6fdf3f79f52d7ba7e6a16 (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=9304e51e8ee1f6d50fcd755277d4f93244cb4cf7
commit 9304e51e8ee1f6d50fcd755277d4f93244cb4cf7
Merge: 5c5a69a 97bbb2d
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 4 05:42:01 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jan 4 05:42:01 2014 -0500

    Merge topic 'cmake-buildsystem-manual' into next
    
    97bbb2d Linking to a framework propagates include dirs usage requirements


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=97bbb2d924e22f3b5b59fa11218e11aa8179790c
commit 97bbb2d924e22f3b5b59fa11218e11aa8179790c
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Sat Jan 4 11:40:46 2014 +0100
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Sat Jan 4 11:40:46 2014 +0100

    Linking to a framework propagates include dirs usage requirements

diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 594e552..2b11d38 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -573,6 +573,11 @@ This is equivalent to appending ``${CMAKE_INSTALL_PREFIX}/include`` to the
 :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` of each of the installed
 :prop_tgt:`IMPORTED` targets when generated by :command:`install(EXPORT)`.
 
+If a binary target is linked transitively to a Mac OX framework, the
+``Headers`` directory of the framework is also treated as a usage requirement.
+This has the same effect as passing the framework directory as an include
+directory.
+
 Link Libraries and Generator Expressions
 ----------------------------------------
 

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

Summary of changes:
 Help/manual/cmake-buildsystem.7.rst |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list