mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: if output variable turn verbose off
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user