[pim/libkgapi] /: GIT_SILENT: time to increase version (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f22589217fac17a8dfc0ea9f1a5b6343d2f78b0d by Laurent Montel.
Committed on 07/08/2026 at 05:28.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: time to increase version
M +1 -1 CMakeLists.txt
https://invent.kde.org/pim/libkgapi/-/commit/f22589217fac17a8dfc0ea9f1a5b6343d2f78b0d
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bb37136b..ae595bc1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ set(KGAPI_LIB_VERSION ${PIM_VERSION})
project(kgapi VERSION ${KGAPI_LIB_VERSION})
# ECM setup
-set(KF_MIN_VERSION "6.26.0")
+set(KF_MIN_VERSION "6.27.0")
set(QT_REQUIRED_VERSION "6.9.0")
find_package(ECM ${KF_MIN_VERSION} CONFIG REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})