summaryrefslogtreecommitdiffstats
path: root/Source/cmFindFileCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-01-28 20:48:12 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-01-28 20:48:12 (GMT)
commitd1925b4443d7b55cc1afaeda70878a063ec9c0a8 (patch)
treefd76e6f85175ebfe2ad0bb9887a8066f6ee2510b /Source/cmFindFileCommand.h
parente44be57f6d7fac5c0a8e72a75e9a5a9a2d561f80 (diff)
downloadCMake-d1925b4443d7b55cc1afaeda70878a063ec9c0a8.zip
CMake-d1925b4443d7b55cc1afaeda70878a063ec9c0a8.tar.gz
CMake-d1925b4443d7b55cc1afaeda70878a063ec9c0a8.tar.bz2
ENH: better docs
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r--Source/cmFindFileCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h
index 2299171..18abfa2 100644
--- a/Source/cmFindFileCommand.h
+++ b/Source/cmFindFileCommand.h
@@ -74,7 +74,9 @@ public:
"Find a file in the system PATH or in any extra paths specified in the command."
"A cache entry called NAME is created to store the result. NOTFOUND is the value"
" used if the file was not found. If DOC is specified the next argument is the "
- "documentation string for the cache entry NAME.";
+ "documentation string for the cache entry NAME. Since Executables, "
+ "can have different extensions on different platforms, FIND_PROGRAM,"
+ " should be used instead of FIND_FILE when looking for and executable.";
}
cmTypeMacro(cmFindFileCommand, cmCommand);