From 12d10a8a6f407ecfeb387586c5432d5c851846ef Mon Sep 17 00:00:00 2001 From: AaryaTalgaonkar Date: Sun, 1 Feb 2026 15:56:33 +0530 Subject: [PATCH] fix: add built in baseline to windows manifest --- deps/vcpkg_manifests/windows/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/vcpkg_manifests/windows/vcpkg.json b/deps/vcpkg_manifests/windows/vcpkg.json index 34e2e5259..7487a5db8 100644 --- a/deps/vcpkg_manifests/windows/vcpkg.json +++ b/deps/vcpkg_manifests/windows/vcpkg.json @@ -2,6 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "openvpn3", "version-string": "3.11", + "builtin-baseline":"d1ff36c6520ee43f1a656c03cd6425c2974a449e", "dependencies": [ "asio", "fmt",