[vcpkg_apply_patches] Print that patch applying failed instead of

FATAL_ERROR
This commit is contained in:
Alexander Karatarakis 2016-10-18 18:25:45 -07:00
parent 6059b2bf2f
commit 7dea245b9c

View File

@ -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"