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

Alex
This commit is contained in:
Alex Neundorf 2010-05-08 09:12:57 +02:00
parent ed81b62eff
commit 555b8fcab5
1 changed files with 1 additions and 1 deletions

View File

@ -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");