From 2f925a5f6b6c0c457e76e02f8af1779db1146b9e Mon Sep 17 00:00:00 2001 From: inf Date: Mon, 22 Jun 2026 13:01:14 +0300 Subject: [PATCH] Add s2geometry to vcpkg.json --- dev/vcpkg/vcpkg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/vcpkg/vcpkg.json b/dev/vcpkg/vcpkg.json index 69b252a0e99..55cf7573644 100644 --- a/dev/vcpkg/vcpkg.json +++ b/dev/vcpkg/vcpkg.json @@ -17,6 +17,7 @@ "re2", "gflags", "glog", + "s2geometry", "snappy", "libdwarf", "fmt", @@ -126,6 +127,7 @@ { "name": "azure-identity-cpp", "version": "1.11.0"}, { "name": "openssl", "version": "3.5.2"}, { "name": "fbthrift", "version": "2026.02.23.00"}, - { "name": "grpc", "version": "1.51.1"} + { "name": "grpc", "version": "1.51.1"}, + { "name": "s2geometry", "version": "0.11.1" } ] }