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