[Cmake-commits] CMake branch, master, updated. 555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f

cmake-commits at cmake.org cmake-commits at cmake.org
Sat May 8 03:15:05 EDT 2010


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, master has been updated
       via  555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f (commit)
      from  ed81b62eff944d8d0e1152c385c716e2194abffb (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=555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f
commit 555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f
Author: Alex Neundorf <neundorf at kde.org>
Date:   Sat May 8 09:12:57 2010 +0200

    -(minor) fix documentation for CMAKE_LIBRARY_PATH (#10291)
    
    Alex

diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index c6f9ba5..68b0d57 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -598,7 +598,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
      "will check each of the contained directories for the existence of the "
      "library which is currently searched. By default it contains the "
      "standard directories for the current system. It is NOT intended to be "
-     "modified by the project, use CMAKE_SYSTEM_LIBRARY_PATH for this. See "
+     "modified by the project, use CMAKE_LIBRARY_PATH for this. See "
      "also CMAKE_SYSTEM_PREFIX_PATH.", false,
      "Variables That Change Behavior");
 

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list