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

Fixes in version reporting

This commit is contained in:
Carles Fernandez
2019-06-19 11:59:41 +02:00
parent e6e1fee80a
commit fed2035f1e
5 changed files with 13 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ if(NOT PC_UHD_VERSION)
if(PACKAGE_VERSION)
set(UHD_VERSION ${PACKAGE_VERSION})
endif()
unset(PACKAGE_VERSION)
endif()
if(UHD_FOUND AND NOT TARGET Uhd::uhd)