Skip to content

Commit

Permalink
Use system sqlite on Mac and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed May 20, 2020
1 parent c721127 commit 6df8d9c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 233,570 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,7 @@ if(BUILD_CLIENT)
find_package(PdfLatex)

find_package(ZLIB REQUIRED)

if (APPLE OR WIN32)
set(USE_OUR_OWN_SQLITE3 TRUE)
else()
find_package(SQLite3 3.9.0 REQUIRED)
endif()
find_package(SQLite3 3.9.0 REQUIRED)
endif()

if (NOT DEFINED APPLICATION_ICON_NAME)
Expand Down
Loading

0 comments on commit 6df8d9c

Please sign in to comment.