From 7fc4d330a769dc1a4abb34bfa9757de00814659d Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Sun, 23 Mar 2014 19:04:09 +0100 Subject: [PATCH] Fix bad merge --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0d8d50ef..33f1029ad 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) -- 2.39.5