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
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

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
)