mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
games-engines/box2d: Fix cmake patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
8a624cae9f
commit
59cf4a8f8e
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user