Fix gr-digital dependency

This commit is contained in:
Alexandru Csete 2017-05-23 22:58:33 +02:00
parent ca1d744d43
commit bb40020207
2 changed files with 1 additions and 1 deletions

View File

@ -153,6 +153,7 @@ endif()
# API compatible version required.
set(GR_REQUIRED_COMPONENTS RUNTIME FFT)
set(GR_REQUIRED_COMPONENTS RUNTIME FILTER)
set(GR_REQUIRED_COMPONENTS RUNTIME DIGITAL)
find_package(Gnuradio "3.7.7" REQUIRED)
list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
include(GrVersion)

View File

@ -78,7 +78,6 @@ add_library(gnuradio-satnogs SHARED ${satnogs_sources})
target_link_libraries(gnuradio-satnogs
${Boost_LIBRARIES}
${GNURADIO_ALL_LIBRARIES}
gnuradio-digital
${CMAKE_THREAD_LIBS_INIT}
${NOVA_LIBRARIES}
${VOLK_LIBRARIES}