games-engines/box2d: Fix cmake patch

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-10-21 23:23:07 +02:00
parent 8a624cae9f
commit 59cf4a8f8e
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -2,7 +2,7 @@
+++ b/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.8) -cmake_minimum_required(VERSION 3.8)
+cmake_minimum_required(VERSION 3.10..3.22) +cmake_minimum_required(VERSION 3.10...3.22)
# https://cmake.org/cmake/help/latest/command/project.html # https://cmake.org/cmake/help/latest/command/project.html
project(box2d VERSION 2.4.1) project(box2d VERSION 2.4.1)