┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-01-15 18:53:45 +0100
committerElvis Angelaccio <[email protected]>2019-01-15 18:53:45 +0100
commitd23b842a1441fcbba967f2ea3cd5bae96aff1cf7 (patch)
tree5e5013a69a30ed176d4a514bd5df73ba7d016252 /CMakeLists.txt
parent0634e6833622fd5977c7f4103a128a27d134efdc (diff)
Fix required version for baloo and kfilemetadata
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 566cd02c0..f04d7992d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS
find_package(Phonon4Qt5 CONFIG REQUIRED)
-find_package(KF5Baloo 4.97)
+find_package(KF5Baloo ${KF5_MIN_VERSION})
set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "Baloo Core libraries"
URL "http://www.kde.org"
TYPE OPTIONAL
@@ -84,7 +84,7 @@ set_package_properties(KF5BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets"
TYPE OPTIONAL
)
-find_package(KF5FileMetaData 5.19.0)
+find_package(KF5FileMetaData ${KF5_MIN_VERSION})
set_package_properties(KF5FileMetaData PROPERTIES
URL "https://projects.kde.org/kfilemetadata"
TYPE OPTIONAL