From 1c6b5973b11fbb5b40503aee7d261a98e0ea4143 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 13 Feb 2025 19:43:52 +0300 Subject: Increase required CMake version to 3.10. --- benchmark/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmark') 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) -- cgit v1.2.3