diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a03bb7fe..259c92410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()