mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
Closes: https://bugs.gentoo.org/954120 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
13 lines
493 B
Diff
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)
|