[Cmake-commits] CMake branch, next, updated. v3.2.1-1626-gc80c588

Brad King brad.king at kitware.com
Wed Apr 8 10:20:36 EDT 2015


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  c80c588c16cfa8423bcaa63564b21ff0dc531939 (commit)
       via  f4e6341846ed9a2c644bccb74912eab083657883 (commit)
      from  ea7fc015a281f813c99ae3ce849afecebd502552 (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=c80c588c16cfa8423bcaa63564b21ff0dc531939
commit c80c588c16cfa8423bcaa63564b21ff0dc531939
Merge: ea7fc01 f4e6341
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 8 10:20:36 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Apr 8 10:20:36 2015 -0400

    Merge topic 'link-implicit-libs-full-path' into next
    
    f4e63418 fixup! Link libraries by full path even in implicit directories


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f4e6341846ed9a2c644bccb74912eab083657883
commit f4e6341846ed9a2c644bccb74912eab083657883
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Apr 8 10:20:22 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Apr 8 10:20:22 2015 -0400

    fixup! Link libraries by full path even in implicit directories

diff --git a/Help/policy/CMP0060.rst b/Help/policy/CMP0060.rst
index 489d68f..cc37b1b 100644
--- a/Help/policy/CMP0060.rst
+++ b/Help/policy/CMP0060.rst
@@ -4,10 +4,11 @@ CMP0060
 Link libraries by full path even in implicit directories.
 
 Policy :policy:`CMP0003` was introduced with the intention of always
-linking library files by full path when known.  However, on some
-platforms (e.g. HP-UX) the compiler front-end adds alternative library
-search paths for the current architecture (e.g. ``/usr/lib/<arch>`` has
-alternatives to libraries in ``/usr/lib`` for the current architecture).
+linking library files by full path when a full path is given to the
+:command:`target_link_libraries` command.  However, on some platforms
+(e.g. HP-UX) the compiler front-end adds alternative library search paths
+for the current architecture (e.g. ``/usr/lib/<arch>`` has alternatives
+to libraries in ``/usr/lib`` for the current architecture).
 On such platforms the :command:`find_library` may find a library such as
 ``/usr/lib/libfoo.so`` that does not belong to the current architecture.
 

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

Summary of changes:
 Help/policy/CMP0060.rst |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list