From 0634e6833622fd5977c7f4103a128a27d134efdc Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Tue, 15 Jan 2019 18:52:02 +0100 Subject: [PATCH] Use stable version as required version for baloo-widgets --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e551fcc66..566cd02c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "Baloo Core libraries" PURPOSE "For adding desktop-wide search and tagging support to dolphin" ) -find_package(KF5BalooWidgets 18.07.70) +find_package(KF5BalooWidgets 18.08.0) set_package_properties(KF5BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets" URL "http://www.kde.org" TYPE OPTIONAL -- 2.47.3