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
path: root/test
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-01-07 16:34:48 +0300
committerHannah von Reth <vonreth@kde.org>2020-01-09 17:39:32 +0300
commit6725cd5826f13dde8996f638a0d28ebb5aaa3531 (patch)
tree1317527dcee1d149051503fdb1e11df1d04c0a31 /test
parentf17b30515167d3e679f30118e52c41385787faba (diff)
[CMAKE] Resolve some issues discovered during review
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 790320a63..b7d4ee5e4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -9,7 +9,6 @@ include_directories(${CMAKE_SOURCE_DIR}/src
${CMAKE_BINARY_DIR}/src/libsync
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
- ${SQLITE3_INCLUDE_DIR}
)
include(owncloud_add_test.cmake)