summaryrefslogtreecommitdiffstats
path: root/Auxiliary/vim
diff options
context:
space:
mode:
authorWouter Klouwen <wouter.klouwen@youview.com>2018-11-16 16:06:54 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-12-20 20:52:08 (GMT)
commit19d86e26e392a80163d90cbc1accaf45412968f8 (patch)
tree4bf9fbc24eab74fbc25f22392c5677bb22da32d5 /Auxiliary/vim
parent772edffbf0c08fc0a6fcf74fb98545b7afcfee13 (diff)
downloadCMake-19d86e26e392a80163d90cbc1accaf45412968f8.zip
CMake-19d86e26e392a80163d90cbc1accaf45412968f8.tar.gz
CMake-19d86e26e392a80163d90cbc1accaf45412968f8.tar.bz2
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/vim')
-rw-r--r--Auxiliary/vim/syntax/cmake.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/Auxiliary/vim/syntax/cmake.vim b/Auxiliary/vim/syntax/cmake.vim
index d4d0edf..b67ef06 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