diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-23 20:57:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-10-23 20:57:21 (GMT) |
commit | 48b74fd034c3acc27b96957d552715697156655c (patch) | |
tree | 9d170e834d46cc1f44399a1cc1378e7a46fbac75 /Source/cmExecProgramCommand.h | |
parent | fa782867b33a8a5569d88de5b1f0b5f968e3cd6f (diff) | |
download | CMake-48b74fd034c3acc27b96957d552715697156655c.zip CMake-48b74fd034c3acc27b96957d552715697156655c.tar.gz CMake-48b74fd034c3acc27b96957d552715697156655c.tar.bz2 |
ENH: if output variable turn verbose off
Diffstat (limited to 'Source/cmExecProgramCommand.h')
-rw-r--r-- | Source/cmExecProgramCommand.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h index 846f2e7..a039add 100644 --- a/Source/cmExecProgramCommand.h +++ b/Source/cmExecProgramCommand.h @@ -69,8 +69,10 @@ public: "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 " "cmake will then be able to escape spaces in the Executable path. An optiona " - "argument OUPUT_VARIABLE specifies a variable to which the output will be set. " - "To capture the return value of the execution, use RETURN_VALUE variable."; + "argument OUTPUT_VARIABLE specifies a variable to which the output will be set. " + "To capture the return value of the execution, use RETURN_VALUE variable. " + "If OUTPUT_VARIABLE is specified, then no output will go to the stdout/stderr " + "of the console running cmake."; } cmTypeMacro(cmExecProgramCommand, cmCommand); |