From 36fe1966c3cd37f668693b5d9910fab59c3f8b1f Mon Sep 17 00:00:00 2001 From: Edward Hennis Date: Mon, 10 May 2021 13:27:12 -0400 Subject: [PATCH] Update version of vcpkg for Windows builds --- bin/sh/install-vcpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/install-vcpkg.sh b/bin/sh/install-vcpkg.sh index b779829878..8cf8f2d088 100755 --- a/bin/sh/install-vcpkg.sh +++ b/bin/sh/install-vcpkg.sh @@ -20,7 +20,7 @@ else if [[ -d "${VCPKG_DIR}" ]] ; then rm -rf "${VCPKG_DIR}" fi - git clone --branch 2019.12 https://github.com/Microsoft/vcpkg.git ${VCPKG_DIR} + git clone --branch 2021.04.30 https://github.com/Microsoft/vcpkg.git ${VCPKG_DIR} pushd ${VCPKG_DIR} BSARGS=() if [[ "$(uname)" == "Darwin" ]] ; then