aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Smith <argilo@gmail.com>2020-01-26 21:34:39 -0500
committerSylvain Munaut <tnt@246tNt.com>2020-02-16 09:52:00 +0100
commit96dc33adf1e2cb3bc43be17ef4cd979f71f39882 (patch)
tree5f00a0199d38753a35bfe0232b53cdd98c932d42
parent743cac795eef3cce95c87270670f383339bdbef9 (diff)
airspy: fix cmake target_link_libraries
From: Clayton Smith <argilo@gmail.com> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-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}
)