$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:10:52 wiz Exp $ Fix build with cmake 4. --- CMakeLists.txt.orig 2025-08-21 18:09:58.234965804 +0000 +++ CMakeLists.txt @@ -1,5 +1,7 @@ project(kdnssd) +cmake_minimum_required(VERSION 3.5) + if(NOT INSIDE_KDENETWORK) message("Not building inside KDENetwork, loading KDE CMake Macros.")