mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
ENH: Added OUTPUT_STRIP_TRAILING_WHITESPACE and ERROR_STRIP_TRAILING_WHITESPACE options to EXECUTE_PROCESS command. These allow it to behave more like the old EXEC_PROGRAM command that it is supposed to replace.
This commit is contained in:
@@ -78,7 +78,9 @@ public:
|
||||
" [OUTPUT_FILE <file>]\n"
|
||||
" [ERROR_FILE <file>]\n"
|
||||
" [OUTPUT_QUIET]\n"
|
||||
" [ERROR_QUIET])\n"
|
||||
" [ERROR_QUIET]\n"
|
||||
" [OUTPUT_STRIP_TRAILING_WHITESPACE]\n"
|
||||
" [ERROR_STRIP_TRAILING_WHITESPACE])\n"
|
||||
"Runs the given sequence of one or more commands with the standard "
|
||||
"output of each process piped to the standard input of the next. "
|
||||
"A single standard error pipe is used for all processes. "
|
||||
|
||||
Reference in New Issue
Block a user