[frameworks/kpeople] /: Update dependency version to 6.29.0
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7e3cc117ed99c353f7513e2ad08b945eb257dc84 by Nicolas Fella.
Committed on 07/08/2026 at 20:24.
Pushed by nicolasfella into branch 'master'.
Update dependency version to 6.29.0
M +2 -2 CMakeLists.txt
https://invent.kde.org/frameworks/kpeople/-/commit/7e3cc117ed99c353f7513e2ad08b945eb257dc84
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bc23593..75e9977 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,11 +1,11 @@
cmake_minimum_required(VERSION 3.29)
set(KF_VERSION "6.29.0") # handled by release scripts
-set(KF_DEP_VERSION "6.28.0") # handled by release scripts
+set(KF_DEP_VERSION "6.29.0") # handled by release scripts
project (KPeople VERSION ${KF_VERSION})
include(FeatureSummary)
-find_package(ECM 6.28.0 NO_MODULE)
+find_package(ECM 6.29.0 NO_MODULE)
set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules")
feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES)