diff options
Diffstat (limited to 'Source/cmFindProgramCommand.h')
-rw-r--r-- | Source/cmFindProgramCommand.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/cmFindProgramCommand.h b/Source/cmFindProgramCommand.h index 060fb10..b270199 100644 --- a/Source/cmFindProgramCommand.h +++ b/Source/cmFindProgramCommand.h @@ -94,7 +94,11 @@ public: virtual const char* GetFullDocumentation() { return - "FIND_PROGRAM(NAME executable1 extrapath extrapath ...)"; + "FIND_PROGRAM(NAME executable1 extrapath extrapath ... [DOC helpstring]) " + "Find the executable 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 program was not found. If DOC is specified the next argument is the " + "documentation string for the cache entry NAME."; } cmTypeMacro(cmFindProgramCommand, cmCommand); |