1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-13 19:50:34 +00:00

Include UHD path in the public interface of signal_source_adapters (fixes: #481)

This commit is contained in:
Carles Fernandez 2021-02-27 11:12:33 +01:00
parent 816bd94379
commit a669ecbfa3
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -186,8 +186,7 @@ if(ENABLE_UHD)
target_link_libraries(signal_source_adapters
PUBLIC
Gnuradio::uhd
PRIVATE
Uhd::uhd
Uhd::uhd # for uhd/config.hpp in gnuradio/uhd/usrp_source.h
)
endif()