$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/24 15:14:23 wiz Exp $ Fix build with cmake 4. --- CMakeLists.txt.orig 2014-06-29 07:30:23.000000000 +0000 +++ CMakeLists.txt @@ -1,3 +1,5 @@ +cmake_minimum_required(VERSION 3.5) + project (KACTIVITIES) find_package (KDE4 REQUIRED)