diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-28 20:48:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-28 20:48:12 (GMT) |
commit | d1925b4443d7b55cc1afaeda70878a063ec9c0a8 (patch) | |
tree | fd76e6f85175ebfe2ad0bb9887a8066f6ee2510b /Source/cmFindFileCommand.h | |
parent | e44be57f6d7fac5c0a8e72a75e9a5a9a2d561f80 (diff) | |
download | CMake-d1925b4443d7b55cc1afaeda70878a063ec9c0a8.zip CMake-d1925b4443d7b55cc1afaeda70878a063ec9c0a8.tar.gz CMake-d1925b4443d7b55cc1afaeda70878a063ec9c0a8.tar.bz2 |
ENH: better docs
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 4 |
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); |