From 154c3af93985508126dbd0d9c16445071a1064f6 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Wed, 29 Sep 2021 12:39:52 +0000 Subject: [PATCH] ARROW-14166: [C++] update vcpkg builtin baseline --- cpp/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/vcpkg.json b/cpp/vcpkg.json index 723f3a46e78..9cee1c670e5 100644 --- a/cpp/vcpkg.json +++ b/cpp/vcpkg.json @@ -42,5 +42,5 @@ "overrides": [ { "name": "gtest", "version": "1.10.0", "port-version": 4 } ], - "builtin-baseline": "a267ab118c09f56f3dae96c9a4b3410820ad2f0b" + "builtin-baseline": "b5865bfeba430cd44063fc54a45a8861195a715f" }