]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Enable redis conditional missed somehow
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 14 Jan 2016 17:22:39 +0000 (17:22 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 14 Jan 2016 17:22:39 +0000 (17:22 +0000)
CMakeLists.txt

index f6830b64a0d4c6517172c01e61990736fb25905d..f19bf5d5ed714c0a4ee60182788812c69abaeb55 100644 (file)
@@ -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")