mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
games-engines/box2d: Fix cmake patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-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
|
||||
project(box2d VERSION 2.4.1)
|
||||
|
||||
Reference in New Issue
Block a user