diff options
| author | Elvis Angelaccio <[email protected]> | 2018-05-20 18:49:42 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-05-20 18:54:53 +0200 |
| commit | 7a5dbbc6c584ca456b6f2cdc927513a78b382f36 (patch) | |
| tree | 6f87b9238776479bd3b559dcdc4072dd85e4ae67 /CMakeLists.txt | |
| parent | 8e6f4eecd318041d2e4e6386d1660742dd4ddd89 (diff) | |
cmake: add warning when baloo will be disabled
Summary:
KFileMetaDataWidget is useless without nepomuk (which no one ships
anymore). Let's add at least a warning until we will get rid of
kdelibs4support (see T8720).
Test Plan: Uninstall baloo-widgets, build dolphin and check the cmake output.
Subscribers: kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D13005
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 707160f53..f0e0f5969 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,6 +94,7 @@ if (KF5Baloo_FOUND AND KF5BalooWidgets_FOUND AND KF5FileMetaData_FOUND) message(STATUS "Baloo packages are found") set(HAVE_BALOO TRUE) else() + message(WARNING "Baloo packages not found. They are needed for the metadata features of Dolphin.") find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS KDELibs4Support # for KFileMetaDataWidget ) |
