gentoo/dev-libs/double-conversion/files/double-conversion-3.3.1-cmake4.patch
Ionen Wolkens 7a55ac46b5
dev-libs/double-conversion: fix build with cmake 4
Very trivial backport, may as well get it out of the way now.

Closes: https://bugs.gentoo.org/951349
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-03-14 13:12:49 -04:00

8 lines
212 B
Diff

https://bugs.gentoo.org/951349
https://github.com/google/double-conversion/pull/240
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1 +1 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)