Bump minimum CMake version for benchmarks

This commit is contained in:
Carles Fernandez 2022-11-23 10:04:03 +01:00
parent c7eeeb0342
commit 0db9c2c442
1 changed files with 1 additions and 1 deletions

View File

@ -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()