fix: update vcpkg baseline to avoid VS2019 build tools

- Updates vcpkg baseline to 7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3 to fix Windows compilation issues by avoiding Visual Studio 2019 build tools and using the latest.
This commit is contained in:
Zephyron 2025-01-19 18:24:53 +10:00
parent d4d3061eb7
commit 5a1a2f3eca

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "citron", "name": "citron",
"builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6", "builtin-baseline": "7adc2e4d49e8d0efc07a369079faa6bc3dbb90f3",
"version": "1.0", "version": "1.0",
"dependencies": [ "dependencies": [
"boost-algorithm", "boost-algorithm",