$NetBSD: patch-CMakeLists.txt,v 1.2 2025/08/21 18:22:27 wiz Exp $ --- CMakeLists.txt.orig 2014-10-09 07:07:16.000000000 +0000 +++ CMakeLists.txt @@ -1,5 +1,9 @@ project(kgamma) +cmake_minimum_required(VERSION 3.5) + +include(CheckIncludeFiles) + find_package(KDE4 REQUIRED) include(KDE4Defaults) include(MacroLibrary)