Skip to content

Commit bb2d151

Browse files
committed
Update for compat with newer CMake
1 parent e415541 commit bb2d151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################################################################
22
# Build Soapy SDR support module for RTL-SDR Devices
33
########################################################################
4-
cmake_minimum_required(VERSION 2.8.12)
4+
cmake_minimum_required(VERSION 2.8.12...3.10)
55
project(SoapyRTLSDR CXX)
66

77
find_package(SoapySDR "0.4.0" NO_MODULE REQUIRED)

0 commit comments

Comments
 (0)