[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1276-g716eed9

Brad King brad.king at kitware.com
Tue Dec 11 14:02:52 EST 2012


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  716eed936f2429ac3218d20608a7e16bc63c2961 (commit)
       via  017d90c50099540b2bc71b63d646271aa0968d36 (commit)
      from  a88b8c7c587923b76896dd68a1cd8a7479ddaa61 (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=716eed936f2429ac3218d20608a7e16bc63c2961
commit 716eed936f2429ac3218d20608a7e16bc63c2961
Merge: a88b8c7 017d90c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 11 14:02:50 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Dec 11 14:02:50 2012 -0500

    Merge topic 'doc-implicit-link-dirs' into next
    
    017d90c Documentation: Clarify handling of implicit link directories


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=017d90c50099540b2bc71b63d646271aa0968d36
commit 017d90c50099540b2bc71b63d646271aa0968d36
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 11 14:00:23 2012 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Dec 11 14:00:23 2012 -0500

    Documentation: Clarify handling of implicit link directories
    
    Extend documentation for CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES to
    explain how it is used by CMake and how it can be influenced by
    environment variables.
    
    Inspired-by: Alex Neundorf <neundorf at kde.org>

diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 55d70f8..32c543d 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -1621,7 +1621,15 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
      "These paths are implicit linker search directories for the compiler's "
      "language.  "
      "CMake automatically detects these directories for each language and "
-     "reports the results in this variable.", false,
+     "reports the results in this variable."
+     "\n"
+     "When a library in one of these directories is given by full path to "
+     "target_link_libraries() CMake will generate the -l<name> form on "
+     "link lines to ensure the linker searches its implicit directories "
+     "for the library.  "
+     "Note that some toolchains read implicit directories from an "
+     "environment variable such as LIBRARY_PATH so keep its value "
+     "consistent when operating in a given build tree.",false,
      "Variables for Languages");
 
   cm->DefineProperty

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

Summary of changes:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list