From 3d67a682f40705d5282c2bd35b0f44ce6fa4070a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 8 Mar 2023 09:33:34 -0500 Subject: [PATCH] Bump kirigami-addons to 0.7.2 --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa8b9bac1..e69feaf24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,10 +63,10 @@ set_package_properties(KF5 PROPERTIES PURPOSE "Basic application components" ) set_package_properties(KF5Kirigami2 PROPERTIES - TYPE REQUIRED - PURPOSE "Kirigami application UI framework" -) -find_package(KF5KirigamiAddons 0.6 REQUIRED) + TYPE REQUIRED + PURPOSE "Kirigami application UI framework" + ) +find_package(KF5KirigamiAddons 0.7.2 REQUIRED) find_package(Qt${QT_MAJOR_VERSION}Keychain) set_package_properties(Qt${QT_MAJOR_VERSION}Keychain PROPERTIES