From afa4db734846889068aa316b1cda8e11210cd241 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 15 Jul 2016 19:04:22 +0100 Subject: [PATCH] Try a lower hiredis version requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 272892a..17ada31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules) include(shared_git_project) -find_package(hiredis 0.11.0 REQUIRED) +find_package(hiredis 0.10.1 REQUIRED) find_package(CryptoPP 5.6) find_package(libev 4.0 REQUIRED) find_package(Boost 1.53.0 REQUIRED)