summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentVariables.cxx
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2010-05-08 07:12:57 (GMT)
committerAlex Neundorf <neundorf@kde.org>2010-05-08 07:12:57 (GMT)
commit555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f (patch)
treee54e25fd19dee375d18068b48bff1de4093f500a /Source/cmDocumentVariables.cxx
parented81b62eff944d8d0e1152c385c716e2194abffb (diff)
downloadCMake-555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f.zip
CMake-555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f.tar.gz
CMake-555b8fcab50ebbf17b46dbbb8722a5f1d0d3567f.tar.bz2
-(minor) fix documentation for CMAKE_LIBRARY_PATH (#10291)
Alex
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r--Source/cmDocumentVariables.cxx2
1 files changed, 1 insertions, 1 deletions
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");