mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +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
|
PRIVATE
|
||||||
Iio::iio
|
Iio::iio
|
||||||
)
|
)
|
||||||
|
if(NOT GNURADIO_API_IIO)
|
||||||
|
target_link_libraries(signal_source_adapters
|
||||||
|
PRIVATE
|
||||||
|
Gnuradio::analog
|
||||||
|
)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ENABLE_CLANG_TIDY)
|
if(ENABLE_CLANG_TIDY)
|
||||||
|
Loading…
Reference in New Issue
Block a user