gentoo-ebuilds/net-wireless/soapyrtlsdr/files/soapyrtlsdr-0.3.3-cmake4.patch
Thomas Beierlein 3bbd0b2caa
net-wireless/soapyrtlsdr: Fix build with cmake4
Closes: https://bugs.gentoo.org/954120
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
2025-04-25 13:36:05 +02:00

13 lines
493 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4763d75..48d0913 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
########################################################################
# Build Soapy SDR support module for RTL-SDR Devices
########################################################################
-cmake_minimum_required(VERSION 2.8.7)
+cmake_minimum_required(VERSION 3.10.0)
project(SoapyRTLSDR CXX)
find_package(SoapySDR "0.4.0" NO_MODULE REQUIRED)