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