blob: 3eeb557239e6cccd5f8408ae1a1aebe7dc2b4816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
From c769476b16068a82c20e195134e7c32ae7c7a081 Mon Sep 17 00:00:00 2001
From: Dag Andersen <danders@get2net.dk>
Date: Thu, 5 Jan 2017 12:51:26 +0100
Subject: We should accept all 3.0 versions of KReport/KProperty
---
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4de94a4..f963bde 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -480,7 +480,7 @@ set_package_properties(KChart PROPERTIES
##
## Test for KReport
##
-macro_optional_find_package(KReport 3.0.0 EXACT QUIET)
+macro_optional_find_package(KReport 3.0 QUIET)
set_package_properties(KReport PROPERTIES
DESCRIPTION "A framework for the creation and generation of reports in multiple formats"
URL "https://community.kde.org/KReport"
@@ -491,7 +491,7 @@ set_package_properties(KReport PROPERTIES
##
## Test for KPropertyWidgets
##
-macro_optional_find_package(KPropertyWidgets 3.0.0 EXACT QUIET)
+macro_optional_find_package(KPropertyWidgets 3.0 QUIET)
set_package_properties(KPropertyWidgets PROPERTIES
DESCRIPTION "A property editing framework with editor widget"
URL "https://community.kde.org/KProperty"
--
cgit v0.11.2
|