From 4bdc61dd307c91d9d7006850dcdec40da760cb1a Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 3 Jun 2023 10:26:43 +0100 Subject: [PATCH] vcpkg.json: Add builtin-baseline This field is now required, otherwise we get this error: > error: this vcpkg instance requires a manifest with a specified baseline in order to interact with ports. > Please add 'builtin-baseline' to the manifest or add a 'vcpkg-configuration.json' that redefines the default registry. The hash here is a commit hash from https://github.com/microsoft/vcpkg/commits/master --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 4e322eb41..e9c2c9723 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,6 +6,7 @@ "bzip2", "simpleini" ], + "builtin-baseline": "662dbb50e63af15baa2909b7eac5b1b87e86a0aa", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",