From 6bd8bcc23948a31ae0eb1f4e532f6edc816230e9 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 15 Apr 2026 02:59:11 -0500 Subject: Update vcpkg targets (#2365) --- vcpkg-configuration.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index ea4a173b..5bdc7de8 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,20 +1,20 @@ { "default-registry": { "kind": "git", - "repository": "https://github.com/Microsoft/vcpkg", - "baseline": "294f76666c3000630d828703e675814c05a4fd43" + "baseline": "74e6536215718009aae747d86d84b78376bf9e09", + "repository": "https://github.com/Microsoft/vcpkg" }, "registries": [ { "kind": "git", + "baseline": "74e6536215718009aae747d86d84b78376bf9e09", "repository": "https://github.com/Microsoft/vcpkg", - "baseline": "294f76666c3000630d828703e675814c05a4fd43", "packages": ["boost*", "boost-*"] }, { "kind": "git", + "baseline": "92f063c71cebea1926c7eb183fbe719145395985", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", - "baseline": "0d5db1c58672510583ae2a26813c5c62b5d24816", "packages": ["mo2-*", "7zip", "usvfs"] } ] -- cgit v1.3.1