Set Hiredis_FOUND to true when finding Hiredis library (#1406)

This commit is contained in:
An Tao 2022-10-10 10:02:11 +08:00 committed by GitHub
parent 89588959b1
commit 995b8e8b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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