diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-22 13:24:20 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-04-22 13:24:20 -0400 |
commit | d59e06595c986b53cbb7d537e951ea8af07fe11a (patch) | |
tree | 91d4874deab87fac9dcd76f8627c9c5531611427 /Source/cmFindPathCommand.h | |
parent | 5ff05c35d1099780fa60849e26c95c25499b9722 (diff) | |
download | cmake-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/cmFindPathCommand.h')
-rw-r--r-- | Source/cmFindPathCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h index 4fa4c75b8e..bafc450699 100644 --- a/Source/cmFindPathCommand.h +++ b/Source/cmFindPathCommand.h @@ -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); |