$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/19 14:03:02 wiz Exp $ Fix build with cmake 4. --- CMakeLists.txt.orig 2025-08-19 14:00:09.391420434 +0000 +++ CMakeLists.txt @@ -20,7 +20,7 @@ # --------------------------------------------------------------- # Require a fairly recent cmake version -cmake_minimum_required(VERSION 3.1.3) +cmake_minimum_required(VERSION 3.5) # Libraries linked via full path no longer produce linker search paths # Allows examples to build