From 735e4d990f7a287ad55de35f6865ea429db7a64b Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 21 Jan 2025 13:59:03 +0100 Subject: [PATCH] [vcpkg] Enable kea and freexl drivers for GDAL Because more drivers, more pleasure --- vcpkg/vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg/vcpkg.json b/vcpkg/vcpkg.json index c652f75faa90..466ef1c937ac 100644 --- a/vcpkg/vcpkg.json +++ b/vcpkg/vcpkg.json @@ -42,8 +42,9 @@ "expat", { "name": "gdal", - "default-features": false, "features": [ + "freexl", + "kea", "poppler" ] },