summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPathCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFindPathCommand.h')
-rw-r--r--Source/cmFindPathCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h
index 4fa4c75..bafc450 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);