This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


The following commit(s) were added to refs/heads/main by this push:
     new 04aff75  fix(c/sedona-c2geography): Remove outdated feature `cxx17` 
from abseil in vcpkg.json (#235)
04aff75 is described below

commit 04aff75e3e69e900bc4516ddd51719ddaea62631
Author: Hiroaki Yutani <[email protected]>
AuthorDate: Wed Oct 22 04:58:28 2025 +0900

    fix(c/sedona-c2geography): Remove outdated feature `cxx17` from abseil in 
vcpkg.json (#235)
---
 c/sedona-s2geography/vcpkg.json | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/c/sedona-s2geography/vcpkg.json b/c/sedona-s2geography/vcpkg.json
index a6ed6d1..78810b3 100644
--- a/c/sedona-s2geography/vcpkg.json
+++ b/c/sedona-s2geography/vcpkg.json
@@ -1,11 +1,3 @@
 {
-  "dependencies": [
-    "openssl",
-    {
-      "name": "abseil",
-      "features": [
-        "cxx17"
-      ]
-    }
-  ]
+  "dependencies": ["openssl", "abseil"]
 }

Reply via email to