mirror of
https://github.com/KingDuckZ/incredis
synced 2024-11-23 00:33:46 +00:00
Revert "Try a lower hiredis version requirement"
It didn't work.
This reverts commit afa4db7348
.
This commit is contained in:
parent
afa4db7348
commit
0d4561e2c7
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.10.1 REQUIRED)
|
||||
find_package(hiredis 0.11.0 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