mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-13 11:40:33 +00:00
Merge branch 'next' of github.com:gnss-sdr/gnss-sdr into osnma-cesare-fix10
This commit is contained in:
commit
32100f5eb7
@ -363,6 +363,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)
|
set(GNSSSDR_ABSL_LOCAL_VERSION "origin/master") # live at head (see https://abseil.io/about/releases)
|
||||||
|
|
||||||
# Downgrade versions if requirements are not met
|
# 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")
|
if(CMAKE_VERSION VERSION_LESS "3.22")
|
||||||
set(GNSSSDR_GLOG_LOCAL_VERSION "0.6.0")
|
set(GNSSSDR_GLOG_LOCAL_VERSION "0.6.0")
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user