From 5612a53574c98984ff6491fe0a5a2460020992e6 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Tue, 14 Apr 2026 11:35:40 -0500 Subject: [PATCH 1/2] Update vcpkg targets --- vcpkg.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index db9eb08..d73b6f3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -14,19 +14,19 @@ "default-registry": { "kind": "git", "repository": "https://github.com/Microsoft/vcpkg", - "baseline": "294f76666c3000630d828703e675814c05a4fd43" + "baseline": "74e6536215718009aae747d86d84b78376bf9e09" }, "registries": [ { "kind": "git", "repository": "https://github.com/Microsoft/vcpkg", - "baseline": "294f76666c3000630d828703e675814c05a4fd43", + "baseline": "74e6536215718009aae747d86d84b78376bf9e09", "packages": ["boost*", "boost-*"] }, { "kind": "git", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", - "baseline": "228cda39fe9d1eeed789c0ef64fd1235dab3b11e", + "baseline": "8beb2e0efa9c17dd6d17bb05288dd1e40727f673", "packages": ["mo2-*", "pybind11", "spdlog"] } ] From f8a7ea12e63a7d796a13cf7fb9543262ebddc054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Wed, 15 Apr 2026 09:15:14 +0200 Subject: [PATCH 2/2] Update MO2 registry baseline. --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index d73b6f3..d092695 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -26,7 +26,7 @@ { "kind": "git", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", - "baseline": "8beb2e0efa9c17dd6d17bb05288dd1e40727f673", + "baseline": "92f063c71cebea1926c7eb183fbe719145395985", "packages": ["mo2-*", "pybind11", "spdlog"] } ]