gentoo/media-sound/scream/files/scream-4.0-cmake.patch
Alexey Sokolov cd0b8120c0
media-sound/scream: update cmake compatibility
Closes: https://bugs.gentoo.org/964612
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Part-of: https://github.com/gentoo/gentoo/pull/44747
Closes: https://github.com/gentoo/gentoo/pull/44747
Signed-off-by: Sam James <sam@gentoo.org>
2025-11-24 13:28:03 +00:00

12 lines
280 B
Diff

https://github.com/duncanthrax/scream/pull/234
https://bugs.gentoo.org/964612
--- a/Receivers/unix/CMakeLists.txt
+++ b/Receivers/unix/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.7)
+cmake_minimum_required(VERSION 3.7...4.0)
project(scream LANGUAGES C)