Skip to content

Commit

Permalink
lowered minimum required version for 'cmake' to 2.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 22, 2021
1 parent a869f25 commit 086c151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
########################################################################
# Build Soapy SDR support module for SDRplay (API version 3)
########################################################################
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 2.8.12)
project(SoapySDRPlay CXX)

find_package(SoapySDR "0.4.0" NO_MODULE REQUIRED)
Expand Down

0 comments on commit 086c151

Please sign in to comment.