mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-19 09:13:20 +00:00
Improve consistency in reporting version
This commit is contained in:
parent
f8d8a59c45
commit
e3f4cbd5d7
cmake/Modules
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user