Improve consistency in reporting version

This commit is contained in:
Carles Fernandez 2019-06-26 12:39:58 +02:00
parent f8d8a59c45
commit e3f4cbd5d7
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ set_package_properties(GROSMOSDR PROPERTIES
if(GROSMOSDR_FOUND AND GROSMOSDR_VERSION)
set_package_properties(GROSMOSDR PROPERTIES
DESCRIPTION "osmocom GNU Radio blocks (found: ${GROSMOSDR_VERSION})"
DESCRIPTION "osmocom GNU Radio blocks (found: v${GROSMOSDR_VERSION})"
)
else()
set_package_properties(GROSMOSDR PROPERTIES

View File

@ -146,7 +146,7 @@ set_package_properties(PCAP PROPERTIES
if(PCAP_FOUND AND PCAP_VERSION)
set_package_properties(PCAP PROPERTIES
DESCRIPTION "A portable C/C++ library for network traffic capture (found: ${PCAP_VERSION})"
DESCRIPTION "A portable C/C++ library for network traffic capture (found: v${PCAP_VERSION})"
)
else()
set_package_properties(PCAP PROPERTIES