$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:33:05 wiz Exp $ Fix build with cmake 4. --- CMakeLists.txt.orig 2025-08-21 18:32:02.679519010 +0000 +++ CMakeLists.txt @@ -1,5 +1,7 @@ project(strigi-analyzer) +cmake_minimum_required(VERSION 3.5) + find_package(KDE4 REQUIRED) include(KDE4Defaults) include(MacroLibrary)