diff options
author | Wouter Klouwen <wouter.klouwen@youview.com> | 2018-10-26 12:44:14 +0100 |
---|---|---|
committer | Wouter Klouwen <wouter.klouwen@youview.com> | 2018-10-26 16:50:23 +0100 |
commit | a4e9391953b9906b085cbc1c6d6909d049e540dd (patch) | |
tree | c17503918db6650fa2987901a8866d67b6ac552d /Auxiliary | |
parent | 2a8c05ddc792c4a0fea82764cdc32204c6d50885 (diff) | |
download | cmake-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.vim | 1 |
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 |