CMakeLists.txt: increment sqlite version

3.9 is required for custom index to work
This commit is contained in:
Olivier Goffart 2018-11-20 17:10:46 +01:00 committed by Kevin Ottens
parent 5e05b61d2f
commit 1c443ad021
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -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})