From b5b63e22b38332b853bcf9af8a9ff9623ca7383e Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sun, 23 Feb 2014 00:50:28 +0100 Subject: [PATCH] Fix name of pkg-config snippet for hiredis --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e85e1febba..8674679a83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -446,7 +446,7 @@ ProcessPackage(GTHREAD gthread-2.0) IF(ENABLE_HIREDIS MATCHES "ON") # Try to find hiredis library - ProcessPackage(HIREDIS libhiredis) + ProcessPackage(HIREDIS hiredis) ENDIF(ENABLE_HIREDIS MATCHES "ON") ProcessPackage(GMIME2 gmime-2.6 gmime-2.4 gmime-2.0) -- 2.47.3