$NetBSD: patch-examples_HelloWorld_CMakeLists.txt,v 1.1 2025/08/22 13:24:07 wiz Exp $ Fix build with cmake 4. --- examples/HelloWorld/CMakeLists.txt.orig 2025-08-22 13:22:51.952541315 +0000 +++ examples/HelloWorld/CMakeLists.txt @@ -2,7 +2,7 @@ # https://cmake.org/documentation/ # https://community.kde.org/Guidelines_and_HOWTOs/CMake ##@@snippet_begin(adding_tw_1) -cmake_minimum_required(VERSION 3.0) +cmake_minimum_required(VERSION 3.5) find_package(ECM 1.1.0 REQUIRED NO_MODULE) ##@@snippet_end