diff options
| author | Elvis Angelaccio <[email protected]> | 2018-05-12 20:52:15 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-05-12 20:54:01 +0200 |
| commit | 2912894d4f13907bb05be0a2a0d4e432668d9817 (patch) | |
| tree | a408fbee246fbdefe02f2d4f092b74aa2aade4f6 /CMakeLists.txt | |
| parent | 1c9d91b217b2fe3eb41fc4f05ca800705445c8b3 (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.txt | 2 |
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 |
