[pim/grantlee-editor] /: Mark KF::Mime as required dependency again. Got lost as part of the transition to Frameworks.
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a542be5219efae23e5e39b585bd4809370710ea3 by Laurent Montel.
Committed on 02/08/2026 at 13:11.
Pushed by mlaurent into branch 'master'.
Mark KF::Mime as required dependency again. Got lost as part of the transition to Frameworks.
M +1 -1 CMakeLists.txt
https://invent.kde.org/pim/grantlee-editor/-/commit/a542be5219efae23e5e39b585bd4809370710ea3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d1ab57..b33b730 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,7 +149,7 @@ set_package_properties(
)
# Find KdepimLibs Package
-find_package(KF6Mime ${KF_MIN_VERSION} CONFIG)
+find_package(KF6Mime ${KF_MIN_VERSION} CONFIG REQUIRED)
find_package(KF6SyntaxHighlighting ${KF_MIN_VERSION} CONFIG REQUIRED)
find_package(KF6TextCustomEditor ${KTEXTADDONS_MIN_VERSION} CONFIG REQUIRED)