diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-08-08 19:13:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-08-08 19:13:20 (GMT) |
commit | c41c7a6a9a78aef2d1eba25137b75329431a55b5 (patch) | |
tree | 8c60eefcc4bdc9ef906a475196b12cf5a221c5bd /Source/cmExecProgramCommand.h | |
parent | 930bed0f71079cfd2f71698d16947a3303144a9f (diff) | |
download | CMake-c41c7a6a9a78aef2d1eba25137b75329431a55b5.zip CMake-c41c7a6a9a78aef2d1eba25137b75329431a55b5.tar.gz CMake-c41c7a6a9a78aef2d1eba25137b75329431a55b5.tar.bz2 |
Add option of storing output to the variable
Diffstat (limited to 'Source/cmExecProgramCommand.h')
-rw-r--r-- | Source/cmExecProgramCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 01acc1b..39af8b2 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -64,7 +64,7 @@ public: virtual const char* GetFullDocumentation() { return - "EXEC_PROGRAM(Executable [Directory to run in] [ARGS arguments to executable])" + "EXEC_PROGRAM(Executable [Directory to run in] [ARGS arguments to executable] [OUTPUT_VARIABLE var])" "The executable is run in the optionally specified Directory. The executable " "can include arguments if it is double quoted, but it is better to use the " "optional ARGS argument to specify arguments to the program. This is because " |