gentoo-ebuilds/net-libs/libbtbb/files/libbtbb-2020.12.1-cmake4.patch
NHOrus d9b239edd5
net-libs/libbtbb: fix build with CMake 4
Closes: https://bugs.gentoo.org/951931
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/41268
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-12 21:57:29 +01:00

13 lines
350 B
Diff

Bump minimum version to fix build with CMake4
https://bugs.gentoo.org/951931
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@
#
#top level cmake project for libbtbb lib + tools
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.5)
project(libbtbb_all)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)