aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/airspy/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/airspy/CMakeLists.txt b/lib/airspy/CMakeLists.txt
index 7577086..4a60138 100644
--- a/lib/airspy/CMakeLists.txt
+++ b/lib/airspy/CMakeLists.txt
@@ -27,7 +27,7 @@ target_include_directories(gnuradio-osmosdr PRIVATE
)
target_link_libraries(gnuradio-osmosdr
- gnuradio::filter
+ gnuradio::gnuradio-filter
${Gnuradio-blocks_LIBRARIES}
${LIBAIRSPY_LIBRARIES}
)