Skip to content

Commit 04aff75

Browse files
fix(c/sedona-c2geography): Remove outdated feature cxx17 from abseil in vcpkg.json (#235)
1 parent c17260b commit 04aff75

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

c/sedona-s2geography/vcpkg.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"dependencies": [
3-
"openssl",
4-
{
5-
"name": "abseil",
6-
"features": [
7-
"cxx17"
8-
]
9-
}
10-
]
2+
"dependencies": ["openssl", "abseil"]
113
}

0 commit comments

Comments
 (0)