Skip to content

Commit b6675d0

Browse files
committed
Update for compat with newer CMake
1 parent e8bd329 commit b6675d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

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

77
set(CMAKE_CXX_STANDARD 11)

0 commit comments

Comments
 (0)