mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-19 09:13:20 +00:00
Print Armadillo version if found in the summary report
This commit is contained in:
parent
e2d583a442
commit
e574ecdccf
@ -1337,6 +1337,9 @@ set_package_properties(Armadillo PROPERTIES
|
||||
TYPE REQUIRED
|
||||
)
|
||||
if(ARMADILLO_FOUND)
|
||||
set_package_properties(Armadillo PROPERTIES
|
||||
DESCRIPTION "C++ library for linear algebra and scientific computing (found: v${ARMADILLO_VERSION_STRING})"
|
||||
)
|
||||
if(${ARMADILLO_VERSION_STRING} VERSION_LESS ${GNSSSDR_ARMADILLO_MIN_VERSION})
|
||||
set(ARMADILLO_FOUND false)
|
||||
set(ENABLE_OWN_ARMADILLO true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user