mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-05 18:27:02 +00:00
hotfix: build with GNU Radio > 3.7.13.4 but < 3.8
This commit is contained in:
parent
31c6b6bc1d
commit
28907e1c22
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user