[Cmake-commits] CMake branch, next, updated. v3.0.1-4895-gc56712a

Brad King brad.king at kitware.com
Wed Aug 13 10:59:19 EDT 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  c56712addae8000900b9820768104724e99b4aa8 (commit)
       via  91857e0423b73c8194f3edccf5f072985ba4a11c (commit)
      from  a776a67a07f057be07da744532b239781889bfc4 (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=c56712addae8000900b9820768104724e99b4aa8
commit c56712addae8000900b9820768104724e99b4aa8
Merge: a776a67 91857e0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 13 10:59:18 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 13 10:59:18 2014 -0400

    Merge topic 'doc-CMP0022-compat-version-typo' into next
    
    91857e04 CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATE


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=91857e0423b73c8194f3edccf5f072985ba4a11c
commit 91857e0423b73c8194f3edccf5f072985ba4a11c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 13 10:59:30 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Aug 13 10:59:30 2014 -0400

    CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATE
    
    These have been available since 2.8.7, not 2.8.9 as the docs said.

diff --git a/Help/policy/CMP0022.rst b/Help/policy/CMP0022.rst
index 16a5bc3..22c7c4f 100644
--- a/Help/policy/CMP0022.rst
+++ b/Help/policy/CMP0022.rst
@@ -22,7 +22,7 @@ downstream users of CMake versions older than 2.8.12.  The
 target_link_libraries command will no longer populate the properties
 matching LINK_INTERFACE_LIBRARIES(_<CONFIG>)? if this policy is NEW.
 
-Warning-free future-compatible code which works with CMake 2.8.9 onwards
+Warning-free future-compatible code which works with CMake 2.8.7 onwards
 can be written by using the ``LINK_PRIVATE`` and ``LINK_PUBLIC`` keywords
 of :command:`target_link_libraries`.
 

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

Summary of changes:
 Help/policy/CMP0022.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list