mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-27 07:32:57 +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()
|
endif()
|
||||||
|
|
||||||
option(ENABLE_BENCHMARKS "Build code snippets benchmarks" OFF)
|
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)
|
set(ENABLE_BENCHMARKS OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user