diff --git a/scripts/cmake/vcpkg_apply_patches.cmake b/scripts/cmake/vcpkg_apply_patches.cmake index ad906f2a97..f5d4d75f14 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"