From 2912894d4f13907bb05be0a2a0d4e432668d9817 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sat, 12 May 2018 20:52:15 +0200 Subject: Fix broken build without baloo-widgets master D11245 introduced a dependency on baloo-widgets master, but baloo-widgets is only an optional dependency. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c71790e52..707160f53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "Baloo Core libraries" PURPOSE "For adding desktop-wide search and tagging support to dolphin" ) -find_package(KF5BalooWidgets 4.97) +find_package(KF5BalooWidgets 18.07.70) set_package_properties(KF5BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets" URL "http://www.kde.org" TYPE OPTIONAL -- cgit v1.3.1