mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg_apply_patches] Print that patch applying failed instead of
FATAL_ERROR
This commit is contained in:
parent
6059b2bf2f
commit
7dea245b9c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user