You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just in case anyone is having this problem when trying to install any module (gnuradio-foo in my case):
CMake Error at lib/CMakeLists.txt:40 (add_library):
Target "gnuradio-foo" links to target "sndfile::sndfile" but the target was
not found. Perhaps a find_package() call is missing for an IMPORTED
target, or an ALIAS target is missing?
Just in case anyone is having this problem when trying to install any module (gnuradio-foo in my case):
Or this one:
To fix it, it's enough to install the libsndfile-dev package:
The text was updated successfully, but these errors were encountered: