$NetBSD: patch-src_c68k_CMakeLists.txt,v 1.1 2025/08/19 10:24:00 wiz Exp $ Fix build with cmake 4. --- src/c68k/CMakeLists.txt.orig 2016-08-19 15:31:13.000000000 +0000 +++ src/c68k/CMakeLists.txt @@ -1,6 +1,6 @@ project(gen68k) -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.5) include(CheckCSourceCompiles)