From: Vsevolod Stakhov Date: Thu, 14 Jan 2016 17:22:39 +0000 (+0000) Subject: Enable redis conditional missed somehow X-Git-Tag: 1.1.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b103d9a1e681280077c53ee2f8830ef8905177;p=thirdparty%2Frspamd.git Enable redis conditional missed somehow --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f6830b64a0..f19bf5d5ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -669,6 +669,7 @@ ENDIF(PCRE_LIBRARY) IF(ENABLE_HIREDIS MATCHES "ON") ADD_SUBDIRECTORY(contrib/hiredis) + SET(WITH_HIREDIS 1) INCLUDE_DIRECTORIES(BEFORE "${CMAKE_SOURCE_DIR}/contrib/hiredis") ENDIF(ENABLE_HIREDIS MATCHES "ON")