summaryrefslogtreecommitdiff
path: root/Source/cmFindLibraryCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-04-22 13:24:20 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-04-22 13:24:20 -0400
commitd59e06595c986b53cbb7d537e951ea8af07fe11a (patch)
tree91d4874deab87fac9dcd76f8627c9c5531611427 /Source/cmFindLibraryCommand.h
parent5ff05c35d1099780fa60849e26c95c25499b9722 (diff)
downloadcmake-d59e06595c986b53cbb7d537e951ea8af07fe11a.tar.gz
BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r--Source/cmFindLibraryCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h
index dc1d219d91..42fc3bdd03 100644
--- a/Source/cmFindLibraryCommand.h
+++ b/Source/cmFindLibraryCommand.h
@@ -87,7 +87,8 @@ public:
" FIND_LIBRARY(VAR libraryName [path1 path2 ...])\n"
"Find a library with the given name by searching in the specified "
"paths. This is a short-hand signature for the command that is "
- "sufficient in many cases.";
+ "sufficient in many cases. The environment variable CMAKE_LIBRARY_PATH "
+ "is searched as well as the PATH variable.\n";
}
cmTypeMacro(cmFindLibraryCommand, cmCommand);