summaryrefslogtreecommitdiffstats
path: root/deskutils/kdepimlibs4/files/patch-CMakeLists.txt
blob: 671fd488cc8ce5d452651ae0bd08ae17388ad7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./CMakeLists.txt.orig	2010-06-06 12:01:57.000000000 -0400
+++ ./CMakeLists.txt	2010-06-06 12:02:08.000000000 -0400
@@ -81,7 +81,7 @@
 if (NOT KDEPIM_ONLY_KLEO)
   #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that.
   set(Akonadi_MIN_VERSION "1.4.81")
-  find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET NO_MODULE)
+  find_package(Akonadi ${Akonadi_MIN_VERSION} QUIET)
   macro_log_feature(Akonadi_FOUND "Akonadi server libraries" "Access to PIM storage and services" "http://pim.kde.org/akonadi" TRUE "${Akonadi_MIN_VERSION}" "")
 
   find_package(Sasl2)
OpenPOWER on IntegriCloud