gentoo-ebuilds/sci-mathematics/boolector/files/boolector-3.2.4-cmake_minimum_required.patch
Maciej Barć bd3199220b
sci-mathematics/boolector: bump cmake_minimum_required
Closes: https://bugs.gentoo.org/953950
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-04-18 17:24:12 +02:00

11 lines
316 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
# This file is part of Boolector.
# See COPYING for more information on using this software.
#
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.20)
#-----------------------------------------------------------------------------#