git: 7e28ca34c459 - main - emulators/aqemu: Fix CMake version

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 16:18:08 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e28ca34c459bc117cbfc08c9827e339952d8a3c

commit 7e28ca34c459bc117cbfc08c9827e339952d8a3c
Author:     Florian Limberger <flo@purplekraken.com>
AuthorDate: 2026-09-05 17:49:17 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-09-06 16:17:01 +0000

    emulators/aqemu: Fix CMake version
    
    Event:          Berlin Hackathon 202609
---
 emulators/aqemu/files/patch-CMakeLists.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/emulators/aqemu/files/patch-CMakeLists.txt b/emulators/aqemu/files/patch-CMakeLists.txt
index f533ecc3b3c2..177073cc5e08 100644
--- a/emulators/aqemu/files/patch-CMakeLists.txt
+++ b/emulators/aqemu/files/patch-CMakeLists.txt
@@ -1,5 +1,14 @@
 --- CMakeLists.txt.orig	2016-05-31 12:34:02 UTC
 +++ CMakeLists.txt
+@@ -6,7 +6,7 @@ PROJECT( AQEMU CXX )
+ # Tobias Gläßer (Qt5 port)
+ 
+ PROJECT( AQEMU CXX )
+-CMAKE_MINIMUM_REQUIRED( VERSION 3.1.0 FATAL_ERROR )
++CMAKE_MINIMUM_REQUIRED( VERSION 3.10 FATAL_ERROR )
+ 
+ # Available options
+ OPTION( DEBUG "Build with debug information" )
 @@ -285,7 +285,7 @@ MACRO( pack_icons _sources )
  		
  		SET( _out ${CMAKE_CURRENT_SOURCE_DIR}/${_basename}.rcc )