adding PMT since it is not automatically linked in Linux

This commit is contained in:
Carles Fernandez 2016-01-06 10:16:49 +01:00
parent 14d3c3dd27
commit 489a55a76c
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ endif(NOT Boost_FOUND)
################################################################################
# GNU Radio - http://gnuradio.org/redmine/projects/gnuradio/wiki
################################################################################
set(GR_REQUIRED_COMPONENTS RUNTIME ANALOG BLOCKS FFT FILTER UHD)
set(GR_REQUIRED_COMPONENTS RUNTIME ANALOG BLOCKS FFT FILTER PMT UHD)
find_package(Gnuradio)
if(PC_GNURADIO_RUNTIME_VERSION)
if(PC_GNURADIO_RUNTIME_VERSION VERSION_LESS 3.7.3)