summaryrefslogtreecommitdiff
path: root/Auxiliary
diff options
context:
space:
mode:
authorWouter Klouwen <wouter.klouwen@youview.com>2018-10-12 18:04:49 +0100
committerWouter Klouwen <wouter.klouwen@youview.com>2018-10-19 15:32:51 +0100
commitb6f6cac378f4107d64b32981ba311b311157ce04 (patch)
tree5f12e949ff994c57a7fd1241fa13113466495ea2 /Auxiliary
parent804e11a087fdb44b8c1202521c3ba3bed0bed821 (diff)
downloadcmake-b6f6cac378f4107d64b32981ba311b311157ce04.tar.gz
ExternalProject: add LOG_DIR option that allows overriding of log location
In some situations it can be helpful to separate out the location of the log files from the location of the stamp files. For instance if you have a continuous integration that exposes the location where log files are stored. This commit adds an option that allows a user to override the default behaviour of putting the log files in STAMP_DIR called LOG_DIR. The previous behaviour of putting the log files into the STAMP_DIR applies if LOG_DIR is not specified.
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 076b47fdbc..64011b6e52 100644
--- a/Auxiliary/vim/syntax/cmake.vim
+++ b/Auxiliary/vim/syntax/cmake.vim
@@ -873,6 +873,7 @@ syn keyword cmakeKWExternalProject contained
\ LOG_
\ LOG_BUILD
\ LOG_CONFIGURE
+ \ LOG_DIR
\ LOG_DOWNLOAD
\ LOG_INSTALL
\ LOG_TEST