Skip to content

Commit 1667b4e

Browse files
committed
Update swig for compat with newer CMake (fixes #360)
1 parent 0a25977 commit 1667b4e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ExampleDriver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)
66
project(SoapySDRMyDevice CXX)
77
enable_testing()
88

luajit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################################################################
22
# Project setup
33
########################################################################
4-
cmake_minimum_required(VERSION 3.1.0)
4+
cmake_minimum_required(VERSION 3.3...3.10)
55
project(SoapySDRLuaJIT)
66
enable_testing()
77

swig/csharp/apps/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.3.0)
1+
cmake_minimum_required(VERSION 3.3...3.10)
22
project(SoapySDRCSharpApps CSharp)
33

44
function(CSHARP_BUILD_APP name)

swig/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################################################################
22
# Project setup
33
########################################################################
4-
cmake_minimum_required(VERSION 3.3)
4+
cmake_minimum_required(VERSION 3.3...3.10)
55
project(SoapySDRPython CXX)
66
enable_testing()
77

0 commit comments

Comments
 (0)