From 455b5075f10cec2a557641fb032571948bca9bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Thu, 29 May 2025 13:06:12 +0200 Subject: [PATCH] Update registry for 2.5.3-beta.2. (#2249) --- CMakePresets.json | 5 +++++ vcpkg-configuration.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 7e11e8a2..1a8a60db 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -60,6 +60,11 @@ "name": "vs2022-windows", "resolvePackageReferences": "on", "configurePreset": "vs2022-windows" + }, + { + "name": "vs2022-windows-standalone", + "resolvePackageReferences": "on", + "configurePreset": "vs2022-windows-standalone" } ], "version": 4 diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 7f18a4d5..7c48a0f9 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -14,7 +14,7 @@ { "kind": "git", "repository": "https://github.com/ModOrganizer2/vcpkg-registry", - "baseline": "9936967e7c0ba1968e54a2fa6e6ad27b4f992b9b", + "baseline": "6c9a8aae49e77a1b71d861dfd2935756dbaa6e29", "packages": ["mo2-*", "7zip", "usvfs"] } ]