mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-08-16 07:08:53 +00:00
Fixes for building against GNU Radio master
Log4cpp has been replaced by spdlog and fmt
This commit is contained in:
@@ -64,6 +64,14 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user