From 1c443ad0210ca01bff870dfa44965f21db24ff21 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 20 Nov 2018 17:10:46 +0100 Subject: [PATCH] CMakeLists.txt: increment sqlite version 3.9 is required for custom index to work --- src/csync/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/csync/CMakeLists.txt b/src/csync/CMakeLists.txt index eefa41339..f881db4ac 100644 --- a/src/csync/CMakeLists.txt +++ b/src/csync/CMakeLists.txt @@ -67,7 +67,7 @@ target_include_directories( PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/std ) -find_package(SQLite3 3.8.0 REQUIRED) +find_package(SQLite3 3.9.0 REQUIRED) if (USE_OUR_OWN_SQLITE3) # make sure that the path for the local sqlite3 is before the system one target_include_directories("${csync_NAME}" BEFORE PRIVATE ${SQLITE3_INCLUDE_DIR}) -- 2.39.5