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

This commit is contained in:
Bill Hoffman
2004-04-22 13:24:20 -04:00
parent 5ff05c35d1
commit d59e06595c
6 changed files with 15 additions and 7 deletions

View File

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