Skip to content

Commit 40c3ef9

Browse files
committed
Update for compat with newer CMake
1 parent 54caa5b commit 40c3ef9

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 remote support
33
########################################################################
4-
cmake_minimum_required(VERSION 3.1.0)
4+
cmake_minimum_required(VERSION 3.1...3.10)
55
project(SoapyRemote CXX C)
66

77
#C++11 is a required language feature for this project

0 commit comments

Comments
 (0)