From cb20f98b37be99e880051eac331fb621715b32da Mon Sep 17 00:00:00 2001 From: Yevgeniy Zakharov Date: Fri, 22 Sep 2023 21:26:45 +0600 Subject: [PATCH] added fts5 to appveyor features --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2a8acd69e..0c2240193 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -112,7 +112,7 @@ for: C:\Tools\vcpkg\bootstrap-vcpkg.bat -disableMetrics C:\Tools\vcpkg\vcpkg integrate install set VCPKG_DEFAULT_TRIPLET=%platform%-windows - vcpkg install sqlite3[core,dbstat,math,json1] + vcpkg install sqlite3[core,dbstat,math,json1,fts5] rem The Visual Studio 2017 build worker image comes with CMake 3.16 only, and sqlite_orm will build the Catch2 dependency from source if not "%appveyor_build_worker_image%"=="Visual Studio 2017" (vcpkg install catch2) before_build: