mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Redis: bump version of hiredis required
This commit is contained in:
parent
0fb4548ff0
commit
85e27afaa8
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ if (HIREDIS_FOUND)
|
|||
set(HIREDIS_VERSION
|
||||
"${HIREDIS_MAJOR_VERSION}.${HIREDIS_MINOR_VERSION}.${HIREDIS_PATCH_VERSION}")
|
||||
|
||||
if (HIREDIS_VERSION VERSION_LESS "1.0.0")
|
||||
if (HIREDIS_VERSION VERSION_LESS "1.1.0")
|
||||
message(
|
||||
STATUS "Hiredis library version ${HIREDIS_VERSION} is too old, need v1.0.0 or later.")
|
||||
STATUS "Hiredis library version ${HIREDIS_VERSION} is too old, need v1.1.0 or later.")
|
||||
unset(HIREDIS_FOUND)
|
||||
|
||||
else ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue