mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user