Skip to content

Commit

Permalink
rev: rm sqlite3 cmake module in favor of built-in
Browse files Browse the repository at this point in the history
changes per #522 (comment)
  • Loading branch information
program-- committed Jul 10, 2023
1 parent b68fb33 commit 5fd977c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ find_package(Boost 1.72.0 REQUIRED)


find_package(SQLite3)
if(SQLITE3_LIBRARY AND SQLITE3_INCLUDE)
if(SQLite3_FOUND)
set(NGEN_WITH_SQLITE3 ON)
add_compile_definitions(NGEN_WITH_SQLITE3)
else()
Expand Down
16 changes: 0 additions & 16 deletions cmake/modules/FindSQLite3.cmake

This file was deleted.

0 comments on commit 5fd977c

Please sign in to comment.