1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +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
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -715,7 +715,7 @@ endif()
find_package(GNURADIO) find_package(GNURADIO)
set_package_properties(GNURADIO PROPERTIES set_package_properties(GNURADIO PROPERTIES
URL "https://www.gnuradio.org/" 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." PURPOSE "Implements flowgraph scheduler, provides some processing blocks and classes to create new ones."
TYPE REQUIRED TYPE REQUIRED
) )