From be4cb8f51639be2a36a3f47e014ff4508cc85f69 Mon Sep 17 00:00:00 2001 From: George Arama <50641385+gearama@users.noreply.github.com> Date: Fri, 14 Oct 2022 09:20:05 -0700 Subject: [PATCH] Update VCPKG Baseline due to zlib (#4027) * override zlib version * shwitch baseline * macro update * override zlib --- vcpkg.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 1e586685d..23cf27fff 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -22,5 +22,11 @@ "name": "wil", "platform": "windows" } + ], + "overrides": [ + { + "name": "zlib", + "version": "1.2.12#2" + } ] }