aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-10-18 18:25:45 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-10-18 18:25:45 -0700
commit7dea245b9ce2c8d1902c3905c925e4b2f0a4d38b (patch)
tree3925e441a6d40b6dabf302fd8a2b9e5ba42df668 /scripts
parent6059b2bf2fbe0ca9ddfa266d48a8829228365ff0 (diff)
downloadvcpkg-7dea245b9ce2c8d1902c3905c925e4b2f0a4d38b.tar.gz
vcpkg-7dea245b9ce2c8d1902c3905c925e4b2f0a4d38b.zip
[vcpkg_apply_patches] Print that patch applying failed instead of
FATAL_ERROR
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cmake/vcpkg_apply_patches.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_apply_patches.cmake b/scripts/cmake/vcpkg_apply_patches.cmake
index ad906f2a9..f5d4d75f1 100644
--- a/scripts/cmake/vcpkg_apply_patches.cmake
+++ b/scripts/cmake/vcpkg_apply_patches.cmake
@@ -15,7 +15,7 @@ function(vcpkg_apply_patches)
)
if(error_code)
- message(FATAL_ERROR
+ message(STATUS
"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"