diff options
author | Wouter Klouwen <wouter.klouwen@youview.com> | 2018-11-16 16:06:54 +0000 |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-12-21 07:52:08 +1100 |
commit | 19d86e26e392a80163d90cbc1accaf45412968f8 (patch) | |
tree | 4bf9fbc24eab74fbc25f22392c5677bb22da32d5 /Auxiliary | |
parent | 772edffbf0c08fc0a6fcf74fb98545b7afcfee13 (diff) | |
download | cmake-19d86e26e392a80163d90cbc1accaf45412968f8.tar.gz |
ExternalProject: add LOG_OUTPUT_ON_FAILURE option
This option only has an effect if at least one of the other LOG_<step>
options is enabled. If an error occurs for a step which has logging to
file enabled, that step's output will be printed to the console. For
cases where a large amount of output is recorded, just the end of that
output may be printed to the console.
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/vim/syntax/cmake.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Auxiliary/vim/syntax/cmake.vim b/Auxiliary/vim/syntax/cmake.vim index d4d0edf3f3..b67ef0639d 100644 --- a/Auxiliary/vim/syntax/cmake.vim +++ b/Auxiliary/vim/syntax/cmake.vim @@ -877,6 +877,7 @@ syn keyword cmakeKWExternalProject contained \ LOG_DOWNLOAD \ LOG_INSTALL \ LOG_MERGED_STDOUTERR + \ LOG_OUTPUT_ON_FAILURE \ LOG_PATCH \ LOG_TEST \ LOG_UPDATE |