diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-22 17:24:20 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-22 17:24:20 (GMT) |
commit | d59e06595c986b53cbb7d537e951ea8af07fe11a (patch) | |
tree | 91d4874deab87fac9dcd76f8627c9c5531611427 /Source/cmFindLibraryCommand.h | |
parent | 5ff05c35d1099780fa60849e26c95c25499b9722 (diff) | |
download | CMake-d59e06595c986b53cbb7d537e951ea8af07fe11a.zip CMake-d59e06595c986b53cbb7d537e951ea8af07fe11a.tar.gz CMake-d59e06595c986b53cbb7d537e951ea8af07fe11a.tar.bz2 |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index dc1d219..42fc3bd 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); |