summaryrefslogtreecommitdiffstats
path: root/Auxiliary
diff options
context:
space:
mode:
authorWouter Klouwen <wouter.klouwen@youview.com>2018-10-26 11:44:14 (GMT)
committerWouter Klouwen <wouter.klouwen@youview.com>2018-10-26 15:50:23 (GMT)
commita4e9391953b9906b085cbc1c6d6909d049e540dd (patch)
treec17503918db6650fa2987901a8866d67b6ac552d /Auxiliary
parent2a8c05ddc792c4a0fea82764cdc32204c6d50885 (diff)
downloadCMake-a4e9391953b9906b085cbc1c6d6909d049e540dd.zip
CMake-a4e9391953b9906b085cbc1c6d6909d049e540dd.tar.gz
CMake-a4e9391953b9906b085cbc1c6d6909d049e540dd.tar.bz2
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 25384e4..d4d0edf 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