mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-18 16:53:15 +00:00
Bump minimum CMake version for benchmarks
This commit is contained in:
parent
c7eeeb0342
commit
0db9c2c442
@ -132,7 +132,7 @@ if(ENABLE_FPGA)
|
||||
endif()
|
||||
|
||||
option(ENABLE_BENCHMARKS "Build code snippets benchmarks" OFF)
|
||||
if(CMAKE_VERSION VERSION_LESS 3.5.1)
|
||||
if(CMAKE_VERSION VERSION_LESS 3.16.3)
|
||||
set(ENABLE_BENCHMARKS OFF)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user