summaryrefslogtreecommitdiff
path: root/Auxiliary
diff options
context:
space:
mode:
authorWouter Klouwen <wouter.klouwen@youview.com>2018-10-26 12:44:14 +0100
committerWouter Klouwen <wouter.klouwen@youview.com>2018-10-26 16:50:23 +0100
commita4e9391953b9906b085cbc1c6d6909d049e540dd (patch)
treec17503918db6650fa2987901a8866d67b6ac552d /Auxiliary
parent2a8c05ddc792c4a0fea82764cdc32204c6d50885 (diff)
downloadcmake-a4e9391953b9906b085cbc1c6d6909d049e540dd.tar.gz
ExternalProject: add LOG_PATCH option to log the patch command
Most steps support the logging into a file but the patch command is a notable exception. This commit adds the LOG_PATCH options that acts as the other LOG_* options.
Diffstat (limited to 'Auxiliary')
-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 25384e45be..d4d0edf3f3 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_PATCH
\ LOG_TEST
\ LOG_UPDATE
\ MAKE_EXE