Skip to content

Commit

Permalink
hotfix: build with GNU Radio > 3.7.13.4 but < 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Jun 14, 2019
1 parent 31c6b6b commit 28907e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28907e1

Please sign in to comment.