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.7.0~371^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ac6139e38b5e82a32041887620e6c3441bb989f;p=thirdparty%2Frspamd.git Fix name of pkg-config snippet for hiredis --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 42ca9f4b35..71419f41cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -445,7 +445,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)