projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e05b61
)
CMakeLists.txt: increment sqlite version
author
Olivier Goffart
<ogoffart@woboq.com>
Tue, 20 Nov 2018 16:10:46 +0000
(17:10 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:20 +0000
(10:58 +0100)
3.9 is required for custom index to work
src/csync/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/csync/CMakeLists.txt
b/src/csync/CMakeLists.txt
index eefa413393913781123669205e8ea53f73f0af36..f881db4ac33df3966b405cf0136a7a7233b87b8d 100644
(file)
--- 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})