From da20c0e2ab59d7409f0b1be6a16c210b63c94df8 Mon Sep 17 00:00:00 2001 From: d10sfan Date: Mon, 18 Dec 2023 21:49:37 -0600 Subject: [PATCH] vcpkg - Update to 2023.12.12 --- common/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib.sh b/common/lib.sh index 100b0a71e..0de5e5d79 100755 --- a/common/lib.sh +++ b/common/lib.sh @@ -62,7 +62,7 @@ start_vcpkg () { # clone repo and setup vcpkg git clone https://github.com/Microsoft/vcpkg.git vcpkg pushd vcpkg - git checkout -f e4b4469 + git checkout -f 2023.12.12 echo 'set(VCPKG_BUILD_TYPE release)' >> triplets/community/x64-linux-dynamic.cmake # add release target to the triplet in use, so only release is being built popd