From 18eb054ab6c1f8b66e03f1acc9ccdfe8d97c7123 Mon Sep 17 00:00:00 2001 From: Zephyron Date: Fri, 3 Jan 2025 14:24:31 +1000 Subject: [PATCH] vcpkg: Update builtin-baseline - Fixes Missing VS 2019 Build Tools - Allows Compiliation For MSVC Using Newer VCPKG --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 4c10341e9..8fa0de0c2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "citron", - "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6", + "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", "version": "1.0", "dependencies": [ "boost-algorithm",