mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-06-03 19:22:21 +00:00
Google benchmarks already fixed for GCC 11
This commit is contained in:
+1
-2
@@ -112,8 +112,7 @@ if(ENABLE_FPGA)
|
||||
endif()
|
||||
|
||||
option(ENABLE_BENCHMARKS "Build code snippets benchmarks" OFF)
|
||||
if(CMAKE_VERSION VERSION_LESS 3.5.1 OR
|
||||
(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "10.99"))
|
||||
if(CMAKE_VERSION VERSION_LESS 3.5.1)
|
||||
set(ENABLE_BENCHMARKS OFF)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user