mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-31 11:19:18 +00:00
Fix building with latest GNU Radio
This commit is contained in:
parent
132f85079a
commit
7c9118a33f
@ -406,7 +406,7 @@ if(GNURADIO_RUNTIME_INCLUDE_DIRS)
|
|||||||
if("#include <log4cpp/Category.hh>" STREQUAL "${_file_line}")
|
if("#include <log4cpp/Category.hh>" STREQUAL "${_file_line}")
|
||||||
set(_uses_log4cpp TRUE)
|
set(_uses_log4cpp TRUE)
|
||||||
endif()
|
endif()
|
||||||
if("#include <spdlog/common.h>" STREQUAL "${_file_line}")
|
if("#include <spdlog/spdlog.h>" STREQUAL "${_file_line}")
|
||||||
set(_uses_spdlog TRUE)
|
set(_uses_spdlog TRUE)
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
Loading…
Reference in New Issue
Block a user