From d03c3d0f6d641b232edce09ada7d04d8833a5b11 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 6 Aug 2023 22:50:39 +0000 Subject: [PATCH] vcpkg.json - Explicitly depend on sqlite3 with a range of features that... --- vcpkg.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 18b2f16f63..780f81ef99 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -33,6 +33,10 @@ "opengl", "python3", "openssl", + { + "name": "sqlite3", + "features": [ "fts5", "fts4", "fts3", "rtree", "session" ] + }, "icu", "ngspice", "wxpython"