1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-01 18:38:00 +00:00

Inform about GNU Radio version found in summary

This commit is contained in:
Carles Fernandez
2019-04-27 19:10:38 +02:00
parent 692cbf3130
commit 879909861c

View File

@@ -715,7 +715,7 @@ endif()
find_package(GNURADIO)
set_package_properties(GNURADIO PROPERTIES
URL "https://www.gnuradio.org/"
DESCRIPTION "The free and open software radio ecosystem"
DESCRIPTION "The free and open software radio ecosystem (found: v${GNURADIO_VERSION})"
PURPOSE "Implements flowgraph scheduler, provides some processing blocks and classes to create new ones."
TYPE REQUIRED
)