mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-07 07:50:32 +00:00
Add Gnuradio::analog target for old gr-iio versions
This commit is contained in:
parent
ea047c9017
commit
3307edc1c9
@ -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