mirror of
https://github.com/KingDuckZ/incredis
synced 2024-11-23 00:33:46 +00:00
Try a lower hiredis version requirement
This commit is contained in:
parent
94fa688c17
commit
afa4db7348
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue