diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2025-05-29 13:06:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 13:06:12 +0200 |
| commit | 455b5075f10cec2a557641fb032571948bca9bd4 (patch) | |
| tree | 1aa63129f70200719093d29b44936c0f79fcb7f9 | |
| parent | 39210af3e59c929cba6de2d39ef1c32835f6388b (diff) | |
Update registry for 2.5.3-beta.2. (#2249)
| -rw-r--r-- | CMakePresets.json | 5 | ||||
| -rw-r--r-- | vcpkg-configuration.json | 2 |
2 files changed, 6 insertions, 1 deletions
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"] } ] |
