Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-05-20 13:25:11 +0300
committerHannah von Reth <vonreth@kde.org>2020-05-20 13:40:46 +0300
commit6df8d9c4ee35590249bab60ebb7dec7af8dede85 (patch)
tree6ef0fa9f7141e23e63f854d7389d1b22748f1670 /CMakeLists.txt
parentc7211276e520c84a0ec6e1b55a823803c366cf97 (diff)
Use system sqlite on Mac and Windows
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0c0f72119..066af469a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,12 +149,7 @@ if(BUILD_CLIENT)
find_package(PdfLatex)
find_package(ZLIB REQUIRED)
-
- if (APPLE OR WIN32)
- set(USE_OUR_OWN_SQLITE3 TRUE)
- else()
- find_package(SQLite3 3.9.0 REQUIRED)
- endif()
+ find_package(SQLite3 3.9.0 REQUIRED)
endif()
if (NOT DEFINED APPLICATION_ICON_NAME)