hotfix: build with GNU Radio > 3.7.13.4 but < 3.8

This commit is contained in:
Carles Fernandez 2019-06-14 11:21:31 +02:00
parent 31c6b6bc1d
commit 28907e1c22
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 3 additions and 1 deletions

View File

@ -1271,7 +1271,9 @@ if(ENABLE_UHD)
find_package(Gnuradio)
endif()
endif()
if(PC_GNURADIO_RUNTIME_VERSION VERSION_LESS "3.7.99")
set(PC_GNURADIO_RUNTIME_VERSION "3.7.13")
endif()
################################################################################
# Doxygen - http://www.stack.nl/~dimitri/doxygen/index.html (OPTIONAL, used if found)