mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-10 20:10:05 +00:00
Fix building local Armadillo with old CMake
This commit is contained in:
parent
0f8f4ddb8b
commit
fe9ebb70f1
@ -361,6 +361,10 @@ set(GNSSSDR_MATHJAX_EXTERNAL_VERSION "2.7.7")
|
||||
set(GNSSSDR_ABSL_LOCAL_VERSION "origin/master") # live at head (see https://abseil.io/about/releases)
|
||||
|
||||
# Downgrade versions if requirements are not met
|
||||
if(CMAKE_VERSION VERSION_LESS "3.5")
|
||||
set(GNSSSDR_ARMADILLO_LOCAL_VERSION "12.8.x")
|
||||
endif()
|
||||
|
||||
if(CMAKE_VERSION VERSION_LESS "3.22")
|
||||
set(GNSSSDR_GLOG_LOCAL_VERSION "0.6.0")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user