From: Vsevolod Stakhov Date: Wed, 7 Dec 2016 09:54:53 +0000 (+0000) Subject: [Minor] Enable hiredis and fann by default X-Git-Tag: 1.5.0~652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2537df1672de45f3eb9c94d2d3b6a381a1b5751d;p=thirdparty%2Frspamd.git [Minor] Enable hiredis and fann by default --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e5f4a20b3b..2342048dbb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,8 @@ OPTION(WANT_SYSTEMD_UNITS "Install systemd unit files on Linux [default: OFF]" OPTION(ENABLE_SNOWBALL "Enable snowball stemmer [default: ON]" ON) OPTION(ENABLE_CLANG_PLUGIN "Enable clang static analysing plugin [default: OFF]" OFF) OPTION(ENABLE_HYPERSCAN "Enable hyperscan for fast regexp processing [default: OFF]" OFF) -OPTION(ENABLE_FANN "Enable fann for neural network plugin [default: OFF]" OFF) +OPTION(ENABLE_FANN "Enable fann for neural network plugin [default: ON]" ON) +OPTION(ENABLE_HIREDIS "Enable redis support [default: ON]" ON) OPTION(ENABLE_PCRE2 "Enable pcre2 instead of pcre [default: OFF]" OFF) OPTION(ENABLE_GD "Enable libgd for images processing [default: ON]" ON) OPTION(ENABLE_JEMALLOC "Build rspamd with jemalloc allocator [default: OFF]" OFF)