Skip to content

Commit

Permalink
Add find sqlite to the root CMakeLists.txt.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila <[email protected]>
  • Loading branch information
Camila authored and claucambra committed Nov 22, 2023
1 parent 256b659 commit 2f9eae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ if(BUILD_CLIENT)
find_package(Sphinx)
find_package(PdfLatex)
find_package(OpenSSL 1.1 REQUIRED )
find_package(SQLite3 3.8.0 REQUIRED)

find_package(ZLIB REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion src/csync/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(DefineOptions.cmake)

include(DefineInstallationPaths)

find_package(SQLite3 3.8.0 REQUIRED)
#find_package(SQLite3 3.8.0 REQUIRED)

include(ConfigureChecks.cmake)
include(../common/common.cmake)
Expand Down

0 comments on commit 2f9eae3

Please sign in to comment.