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 committed Nov 26, 2023
1 parent 0fb100d commit daa85df
Showing 1 changed file with 1 addition and 1 deletion.
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.28.0 REQUIRED)

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

0 comments on commit daa85df

Please sign in to comment.