┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <[email protected]>2015-09-26 05:34:26 +1000
committerMichael Palimaka <[email protected]>2015-09-26 05:37:44 +1000
commit6e218c4c146c08626c6bf4c87e9849a9de7462c4 (patch)
treee4d72e3a08692b81cdd0094fe5a7b5030bf0cd69
parent51f75371c43b5c740703a80aa584a9bd88af16c8 (diff)
Fix KF5Activities being optional.
If found via find_package(KF5 COMPONENTS Activities) instead, it will inherit REQUIRED from the previous call. REVIEW: 125360
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d98f26121..d926e9f0b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,7 +66,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
WindowSystem
Notifications
)
-find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS
+find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS
Activities
)