From 41a5b84958b84a4fc5c58ba938367c2f57bd36d5 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 6 Nov 2023 21:58:19 +0100 Subject: [PATCH] Fix KWayland version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a03735e18..8c807969eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ set_package_properties(Threads PROPERTIES TYPE REQUIRED ) -find_package(KF6Wayland ${KF6_MIN_VERSION} CONFIG) +find_package(KF6Wayland ${PROJECT_VERSION} CONFIG) set_package_properties(KF6Wayland PROPERTIES PURPOSE "Required to build wayland platform plugin and tests" TYPE REQUIRED