From 8310ad4f5c231ed7c7ace410521e151206cfd9c9 Mon Sep 17 00:00:00 2001 From: smmir-cent <76453689+smmir-cent@users.noreply.github.com> Date: Fri, 18 Mar 2022 20:27:01 +0000 Subject: fix cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fe6720b..448d954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.4.0) +CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0) OPTION(ENABLE_SSL "Build hiredis_ssl for SSL support" OFF) OPTION(DISABLE_TESTS "If tests should be compiled or not" OFF) -- cgit v1.2.3