diff options
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/CMakeLists.txt b/benchmark/CMakeLists.txt index cdf359e95..a28dcf232 100644 --- a/benchmark/CMakeLists.txt +++ b/benchmark/CMakeLists.txt @@ -1,5 +1,5 @@ -if ((CMAKE_MAJOR_VERSION LESS 3) OR (CMAKE_VERSION VERSION_LESS "3.0.2")) - message(FATAL_ERROR "CMake >= 3.0.2 is required") +if ((CMAKE_MAJOR_VERSION LESS 3) OR (CMAKE_VERSION VERSION_LESS "3.10")) + message(FATAL_ERROR "CMake >= 3.10 is required") endif() if (NOT OPENSSL_FOUND) |
