1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-06 08:38:06 +00:00

Improve consistency in version reporting

This commit is contained in:
Carles Fernandez
2019-06-25 11:48:00 +02:00
parent e3d3285cd9
commit 9db7a97fab
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ set_package_properties(PUGIXML PROPERTIES
if(PUGIXML_FOUND AND PUGIXML_VERSION)
set_package_properties(PUGIXML PROPERTIES
DESCRIPTION "Light-weight, simple and fast XML parser for C++ (found: ${PUGIXML_VERSION})"
DESCRIPTION "Light-weight, simple and fast XML parser for C++ (found: v${PUGIXML_VERSION})"
)
else()
set_package_properties(PUGIXML PROPERTIES