[PATCH] airspy: fix cmake target_link_libraries

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-sdr@lists.osmocom.org/.

argilo at gmail.com argilo at gmail.com
Mon Jan 27 02:34:39 UTC 2020


From: Clayton Smith <argilo at gmail.com>

---
 lib/airspy/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/airspy/CMakeLists.txt b/lib/airspy/CMakeLists.txt
index 75770866db..4a601382c9 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}
 )
-- 
2.17.1




More information about the osmocom-sdr mailing list