mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 04:30:33 +00:00
Add warning if Armadillo version is older than 9.800, since the obsdiff tool will not be built
This commit is contained in:
parent
c6fc6eb020
commit
c315767008
@ -59,4 +59,7 @@ if("${ARMADILLO_VERSION_STRING}" VERSION_GREATER "9.800" OR (NOT ARMADILLO_FOUND
|
||||
RUNTIME DESTINATION bin
|
||||
COMPONENT "obsdiff"
|
||||
)
|
||||
else()
|
||||
message(STATUS "The Armadillo library version found (${ARMADILLO_VERSION_STRING}) is older than 9.800.")
|
||||
message(STATUS " obsdiff will not be built.")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user