mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-14 10:00:11 +00:00
GCC 11 already exists (see https://gcc.gnu.org/gcc-11/changes.html)
This commit is contained in:
parent
034d25c8d3
commit
d15a8d49d2
@ -22,7 +22,7 @@ if(DEFINED ENV{GFORTRAN_ROOT})
|
||||
)
|
||||
endif()
|
||||
|
||||
set(GCC_MAJOR_SERIES 10 9 8 7 6 5)
|
||||
set(GCC_MAJOR_SERIES 11 10 9 8 7 6 5)
|
||||
set(GCC4_SERIES 4.9.1 4.9 4.8.3 4.8.1 4.7.2 4.7 4.8.2 4.8 4.7 4.6 4.5 4.4.4 4.4)
|
||||
set(GCC_SERIES ${GCC_MAJOR_SERIES} ${GCC4_SERIES})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user