From: Mikhail Gusarov Date: Sun, 23 Mar 2014 18:04:09 +0000 (+0100) Subject: Fix bad merge X-Git-Tag: 0.6.9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fc4d330a769dc1a4abb34bfa9757de00814659d;p=thirdparty%2Frspamd.git Fix bad merge --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b0d8d50efd..33f1029add 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)