mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Merge branch 'next' of https://github.com/carlesfernandez/gnss-sdr into next
This commit is contained in:
commit
7bf96a3a86
@ -238,6 +238,12 @@ if(ENABLE_PLUTOSDR OR ENABLE_FMCOMMS2)
|
||||
PRIVATE
|
||||
Iio::iio
|
||||
)
|
||||
if(NOT GNURADIO_API_IIO)
|
||||
target_link_libraries(signal_source_adapters
|
||||
PRIVATE
|
||||
Gnuradio::analog
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(ENABLE_CLANG_TIDY)
|
||||
|
Loading…
Reference in New Issue
Block a user