$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:56:22 wiz Exp $ Fix build with cmake 4. --- CMakeLists.txt.orig 2025-08-21 18:55:15.109247502 +0000 +++ CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required (VERSION 3.5) # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "23")