From 89ca867cbab2c285ff2b837df4a65d1a7f15e3fb Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:27:08 +0200 Subject: [PATCH] Patches: increase hiredis cmake version --- .../all-patches/hiredis/0010-set-cmake-version.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 general/package/all-patches/hiredis/0010-set-cmake-version.patch diff --git a/general/package/all-patches/hiredis/0010-set-cmake-version.patch b/general/package/all-patches/hiredis/0010-set-cmake-version.patch new file mode 100644 index 00000000..9fa090ec --- /dev/null +++ b/general/package/all-patches/hiredis/0010-set-cmake-version.patch @@ -0,0 +1,10 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0fcf29b..90337be 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0) ++CMAKE_MINIMUM_REQUIRED(VERSION 3.10.0) + + OPTION(BUILD_SHARED_LIBS "Build shared libraries" ON) + OPTION(ENABLE_SSL "Build hiredis_ssl for SSL support" OFF)