From: Mikhail Gusarov Date: Sat, 22 Feb 2014 23:50:28 +0000 (+0100) Subject: Fix name of pkg-config snippet for hiredis X-Git-Tag: 0.6.9~10^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5b63e22b38332b853bcf9af8a9ff9623ca7383e;p=thirdparty%2Frspamd.git Fix name of pkg-config snippet for hiredis --- 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)