works like a charm with these, had missed the update in the lib/ configuration file.
Thanks a lot, JM -- JM Friedt, FEMTO-ST Time & Frequency/SENSeOR, 26 rue de l'Epitaphe, 25000 Besancon, France April 5, 2020 3:29 PM, "Sylvain Munaut" <246...@gmail.com> wrote: > Hi JM, > > In CMakeList.txt: > find_package(Gnuradio "3.8" REQUIRED COMPONENTS fft) > > In lib/CMakeList.txt : > target_link_libraries(your-oot-name gnuradio::gnuradio-fft) > > Cheers, > > Sylvain