> In gqrx build I am now hitting a fail to find gnuradio from this line in > CMakeLists.txt: > > find_package(gnuradio REQUIRED COMPONENTS analog audio blocks digital > filter fft)
Are you sure you're using the latest gqrx code ?!? Here I have : find_package(Gnuradio REQUIRED COMPONENTS analog audio blocks digital filter fft) With upper case 'G'. and my gnuradio 3.8 install has GnuradioConfig.cmake installed. Cheers, Sylvain