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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-04-14 14:34:12 +0300
committerFelix Weilbach <felix.weilbach@nextcloud.com>2021-04-15 09:51:06 +0300
commitda1e5c448a05ebd2994c8ebed0f2c004d52549e4 (patch)
tree9dcbf119d4a32f957ba1a1216e62e9be770826b0 /test
parent89677fe22f173cbf03d64e0a58dbd225880211b6 (diff)
CMake: Use own SQLite3 on macOS and Windows
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 18191389c..9cb01cde0 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,5 +1,4 @@
include(DefinePlatformDefaults)
-find_package(SQLite3 3.8.0 REQUIRED)
include(nextcloud_add_test.cmake)