$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/19 11:25:41 wiz Exp $ Fix build with cmake 4. --- CMakeLists.txt.orig 2025-08-19 11:24:31.017965021 +0000 +++ CMakeLists.txt @@ -1,7 +1,6 @@ project(lugaru) cmake_minimum_required(VERSION 3.0) -cmake_policy(SET CMP0004 OLD) include(FindPkgConfig) include(GNUInstallDirs)