diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ef80ffc6f956..31c389b00816a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)