From cda19173002c10fbf75cf8a790809ee203ef91ef Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Fri, 6 Dec 2024 11:11:27 +0100 Subject: [PATCH] BLD/RLS: ensure wheels are including GDAL built with openssl --- ci/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/vcpkg.json b/ci/vcpkg.json index 0919a80f..1e0196c6 100644 --- a/ci/vcpkg.json +++ b/ci/vcpkg.json @@ -5,7 +5,7 @@ { "name": "gdal", "default-features": false, - "features": ["recommended-features", "curl", "geos", "iconv"] + "features": ["recommended-features", "curl", "geos", "iconv", "openssl"] } ], "builtin-baseline": "0857a4b08c14030bbe41e80accb2b1fddb047a74"