[vcpkg_apply_patches] Also print working dir

This commit is contained in:
Alexander Karatarakis 2016-10-18 16:54:48 -07:00
parent 829f32e18b
commit 6059b2bf2f

View File

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