gentoo-ebuilds/dev-games/recastnavigation/files/recastnavigation-1.6.0-cmake4.patch
Alexey Sokolov 35b04648a3
dev-games/recastnavigation: fix build with cmake 4
Closes: https://bugs.gentoo.org/955845
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/42078
Closes: https://github.com/gentoo/gentoo/pull/42078
Signed-off-by: Sam James <sam@gentoo.org>
2025-05-22 01:34:53 +01:00

11 lines
263 B
Diff

https://github.com/recastnavigation/recastnavigation/pull/775
https://bugs.gentoo.org/955845
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.1...4.0)
project(RecastNavigation)