mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-18 21:23:02 +00:00
Fix linking against GNU Radio master
This commit is contained in:
parent
bcec8331e6
commit
6a625bdba6
@ -64,14 +64,6 @@ target_link_libraries(telemetry_decoder_adapters
|
||||
Gnuradio::runtime
|
||||
)
|
||||
|
||||
if(GNURADIO_USES_SPDLOG)
|
||||
target_link_libraries(telemetry_decoder_adapters
|
||||
PUBLIC
|
||||
fmt::fmt
|
||||
spdlog::spdlog
|
||||
)
|
||||
endif()
|
||||
|
||||
target_include_directories(telemetry_decoder_adapters
|
||||
PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/src/core/interfaces
|
||||
|
@ -67,6 +67,14 @@ if(GNURADIO_USES_STD_POINTERS)
|
||||
)
|
||||
endif()
|
||||
|
||||
if(GNURADIO_USES_SPDLOG)
|
||||
target_link_libraries(telemetry_decoder_gr_blocks
|
||||
PUBLIC
|
||||
fmt::fmt
|
||||
spdlog::spdlog
|
||||
)
|
||||
endif()
|
||||
|
||||
target_include_directories(telemetry_decoder_gr_blocks
|
||||
PUBLIC
|
||||
${CMAKE_SOURCE_DIR}/src/core/interfaces
|
||||
|
Loading…
Reference in New Issue
Block a user