summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-21 14:28:30 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-02-21 14:28:30 +0100
commitce5cebc26a16a732670b1f5df4ec083961f556fc (patch)
tree806b0695d942fd3b3267cb150701f0238ba76e27 /CMakeLists.txt
parentee7def182008da0b22d53c2bfc8809c398412058 (diff)
downloadsink-ce5cebc26a16a732670b1f5df4ec083961f556fc.tar.gz
sink-ce5cebc26a16a732670b1f5df4ec083961f556fc.zip
Only the davresource requires kdav
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e2b3bf..0213c88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,7 +22,6 @@ include(KDEInstallDirs)
22 22
23find_package(Qt5 COMPONENTS REQUIRED Core Network) 23find_package(Qt5 COMPONENTS REQUIRED Core Network)
24find_package(KF5 COMPONENTS REQUIRED Async Mime Contacts) 24find_package(KF5 COMPONENTS REQUIRED Async Mime Contacts)
25find_package(KPimKDAV REQUIRED)
26find_package(FlatBuffers REQUIRED) 25find_package(FlatBuffers REQUIRED)
27 26
28find_program(MEMORYCHECK_COMMAND valgrind) 27find_program(MEMORYCHECK_COMMAND valgrind)