Skip to content

Commit

Permalink
added fts5 to appveyor features
Browse files Browse the repository at this point in the history
  • Loading branch information
fnc12 committed Sep 22, 2023
1 parent 328673c commit cb20f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cb20f98

Please sign in to comment.