summaryrefslogtreecommitdiffstats
path: root/Tests
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 /Tests
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 'Tests')
-rw-r--r--Tests/ExternalProjectLocal/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ExternalProjectLocal/CMakeLists.txt b/Tests/ExternalProjectLocal/CMakeLists.txt
index 5b94163..55fd713 100644
--- a/Tests/ExternalProjectLocal/CMakeLists.txt
+++ b/Tests/ExternalProjectLocal/CMakeLists.txt
@@ -100,6 +100,7 @@ ExternalProject_Add(${proj}
-DTEST_LIST:STRING=A::B::C
INSTALL_COMMAND ""
LOG_CONFIGURE 1
+ LOG_PATCH 1
)
set_property(TARGET ${proj} PROPERTY FOLDER "Local/TAR")