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

@@ -81,7 +81,8 @@ public:
"<VAR> is created to store the result. If the file is not "
"found, the result will be <VAR>-NOTFOUND. If DOC is specified "
"then the next argument is treated as a documentation string for "
"the cache entry <VAR>.\n";
"the cache entry <VAR>. The environment variable CMAKE_INCLUDE_PATH "
"is searched as well as the PATH variable.\n";
}
cmTypeMacro(cmFindPathCommand, cmCommand);