diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-18 16:54:48 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-18 16:54:48 -0700 |
| commit | 6059b2bf2fbe0ca9ddfa266d48a8829228365ff0 (patch) | |
| tree | 93c84122c4e606a6605c40578e286df447d0067f /scripts | |
| parent | 829f32e18b7fb67b5b419e84e425f59d57716c6b (diff) | |
| download | vcpkg-6059b2bf2fbe0ca9ddfa266d48a8829228365ff0.tar.gz vcpkg-6059b2bf2fbe0ca9ddfa266d48a8829228365ff0.zip | |
[vcpkg_apply_patches] Also print working dir
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_apply_patches.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_apply_patches.cmake b/scripts/cmake/vcpkg_apply_patches.cmake index 42f7a84f9..ad906f2a9 100644 --- a/scripts/cmake/vcpkg_apply_patches.cmake +++ b/scripts/cmake/vcpkg_apply_patches.cmake @@ -17,6 +17,7 @@ function(vcpkg_apply_patches) if(error_code) message(FATAL_ERROR "Applying patch failed: ${GIT} --work-tree=. apply \"${PATCH}\" --ignore-whitespace --whitespace=nowarn --verbose\n" + "Working Directory: ${_ap_SOURCE_PATH}\n" "See logs for more information:\n" " ${CURRENT_BUILDTREES_DIR}/${LOGNAME}-out.log\n" " ${CURRENT_BUILDTREES_DIR}/${LOGNAME}-err.log\n") |
