1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-05 23:10:34 +00:00
This commit is contained in:
Carles Fernandez 2022-08-25 09:32:23 +02:00
commit c43515813c
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -426,7 +426,7 @@ if(GNURADIO_RUNTIME_INCLUDE_DIRS)
find_package(spdlog REQUIRED CONFIG)
set_package_properties(spdlog PROPERTIES
URL "https://github.com/gabime/spdlog"
DESCRIPTION "Very fast, header-only/compiled, C++ logging library"
DESCRIPTION "Very fast, header-only/compiled, C++ logging library (found: v${spdlog_VERSION})"
PURPOSE "Required by GNU Radio."
TYPE REQUIRED
)