File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# Project setup -- only needed if device support is a stand-alone build
33# We recommend that the support module be built in-tree with the driver.
44########################################################################
5- cmake_minimum_required (VERSION 2.6 ...3.10)
5+ cmake_minimum_required (VERSION 3.3 ...3.10)
66project (SoapySDRMyDevice CXX)
77enable_testing ()
88
Original file line number Diff line number Diff line change 11########################################################################
22# Project setup
33########################################################################
4- cmake_minimum_required (VERSION 3.1.0 )
4+ cmake_minimum_required (VERSION 3.3...3.10 )
55project (SoapySDRLuaJIT)
66enable_testing ()
77
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.3.0 )
1+ cmake_minimum_required (VERSION 3.3...3.10 )
22project (SoapySDRCSharpApps CSharp)
33
44function (CSHARP_BUILD_APP name )
Original file line number Diff line number Diff line change 11########################################################################
22# Project setup
33########################################################################
4- cmake_minimum_required (VERSION 3.3)
4+ cmake_minimum_required (VERSION 3.3...3.10 )
55project (SoapySDRPython CXX)
66enable_testing ()
77
You can’t perform that action at this time.
0 commit comments