┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2018-05-12 20:52:15 +0200
committerElvis Angelaccio <[email protected]>2018-05-12 20:54:01 +0200
commit2912894d4f13907bb05be0a2a0d4e432668d9817 (patch)
treea408fbee246fbdefe02f2d4f092b74aa2aade4f6 /CMakeLists.txt
parent1c9d91b217b2fe3eb41fc4f05ca800705445c8b3 (diff)
Fix broken build without baloo-widgets master
D11245 introduced a dependency on baloo-widgets master, but baloo-widgets is only an optional dependency.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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