Skip to content

Commit

Permalink
[DO NOT MERGE] DEMO: Trigger a build system error
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Sep 7, 2024
1 parent c45186c commit 57ef63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if(WITH_SQLITE)
# Use of the `unofficial::` namespace is a vcpkg package manager convention.
find_package(unofficial-sqlite3 CONFIG REQUIRED)
else()
find_package(SQLite3 3.7.17 REQUIRED)
find_package(SQLite4 3.7.17 REQUIRED)
endif()
set(USE_SQLITE ON)
set(ENABLE_WALLET ON)
Expand Down

0 comments on commit 57ef63b

Please sign in to comment.