igorauad / gr-dvbs2rx

DVB-S2 Receiver Extensions for GNU Radio
https://igorauad.github.io/gr-dvbs2rx/
GNU General Public License v3.0
95 stars 23 forks source link

Fails to link with a custom install prefix. #1

Closed drmpeg closed 2 years ago

drmpeg commented 2 years ago

The correct way to link with gr_filter is as follows:

1) In the top level CMakeLists,txt, add the line:

find_package(Gnuradio COMPONENTS fft filter blocks)

after the line:

find_package(Gnuradio "3.9.2" REQUIRED)

2) In lib/CMakeLists.txt, change gnuradio-filter to gnuradio::gnuradio-filter

marcusmueller commented 2 years ago

fix in #4