From: Olivier Goffart Date: Tue, 20 Nov 2018 16:10:46 +0000 (+0100) Subject: CMakeLists.txt: increment sqlite version X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~468^2~418 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c443ad0210ca01bff870dfa44965f21db24ff21;p=nextcloud-desktop.git CMakeLists.txt: increment sqlite version 3.9 is required for custom index to work --- 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})