[frameworks/karchive] /: Update dependency version to 6.29.0
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 646bcc56b77cf823cb96b952366d9005719e4844 by Nicolas Fella.
Committed on 07/08/2026 at 20:17.
Pushed by nicolasfella into branch 'master'.
Update dependency version to 6.29.0
M +1 -1 CMakeLists.txt
https://invent.kde.org/frameworks/karchive/-/commit/646bcc56b77cf823cb96b952366d9005719e4844
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7e33ba..5351bf8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(KF_VERSION "6.29.0") # handled by release scripts
project(KArchive 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)