mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-01 19:27:53 +08:00
Set Hiredis_FOUND to true when finding Hiredis library (#1406)
This commit is contained in:
parent
89588959b1
commit
995b8e8b82
@ -7,6 +7,7 @@
|
||||
|
||||
if (HIREDIS_INCLUDE_DIRS AND HIREDIS_LIBRARIES)
|
||||
set(HIREDIS_FIND_QUIETLY TRUE)
|
||||
set(Hiredis_FOUND TRUE)
|
||||
else ()
|
||||
find_path(
|
||||
HIREDIS_INCLUDE_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user