[Cmake-commits] CMake branch, next, updated. v2.8.6-1647-g8120129

Brad King brad.king at kitware.com
Mon Oct 24 16:12:43 EDT 2011


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  8120129694f6290c34a4017704c5d0a358884c9a (commit)
       via  d951f0127b95e49dafa51849d59f044f4815851e (commit)
      from  ae13f7e0233b867669f43a1aedafa3f47e9d0ffb (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=8120129694f6290c34a4017704c5d0a358884c9a
commit 8120129694f6290c34a4017704c5d0a358884c9a
Merge: ae13f7e d951f01
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 24 16:12:39 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 24 16:12:39 2011 -0400

    Merge topic 'cmake-link-interface-libraries' into next
    
    d951f01 Improve sentence order for LINK_INTERFACE_LIBRARIES documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d951f0127b95e49dafa51849d59f044f4815851e
commit d951f0127b95e49dafa51849d59f044f4815851e
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 24 16:07:41 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 24 16:07:41 2011 -0400

    Improve sentence order for LINK_INTERFACE_LIBRARIES documentation
    
    Leave the note about static libraries at the end.

diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index 96a9646..14b73d1 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -619,10 +619,10 @@ void cmTarget::DefineProperties(cmake *cm)
      "If the list is empty then no transitive link dependencies will be "
      "incorporated when this target is linked into another target even if "
      "the default set is non-empty.  "
-     "This property is ignored for STATIC libraries.  "
      "This property is initialized by the value of the variable "
      "CMAKE_LINK_INTERFACE_LIBRARIES if it is set when a target is "
-     "created.");
+     "created.  "
+     "This property is ignored for STATIC libraries.");
 
   cm->DefineProperty
     ("LINK_INTERFACE_LIBRARIES_<CONFIG>", cmProperty::TARGET,

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

Summary of changes:
 Source/cmTarget.cxx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list