[frameworks/kirigami] /: Update dependency version to 6.29.0
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 63ad712b696cf35caee33f7612b43ac25452b73e by Nicolas Fella.
Committed on 07/08/2026 at 20:23.
Pushed by nicolasfella into branch 'master'.
Update dependency version to 6.29.0
M +2 -2 CMakeLists.txt
https://invent.kde.org/frameworks/kirigami/-/commit/63ad712b696cf35caee33f7612b43ac25452b73e
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 513883c0a..171b5dc6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
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(kirigami2 VERSION ${KF_VERSION})
@@ -20,7 +20,7 @@ option(UBUNTU_TOUCH "Build for Ubuntu Touch" OFF)
if(DEFINED STATIC_LIBRARY)
message(FATAL_ERROR "Use the BUILD_SHARED_LIBS=OFF option to build a static library, STATIC_LIBRARY is no longer a supported option")
endif()
-find_package(ECM 6.28.0 REQUIRED NO_MODULE)
+find_package(ECM 6.29.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH})
if (NOT ${BUILD_SHARED_LIBS})