diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-10 14:13:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-10 14:13:21 +0100 |
commit | 418c10101093408aa370f0febf08d36032f1eb4b (patch) | |
tree | 317e2eff739a88822fbcace159cc3c2b1ce17503 /test | |
parent | d7b92e1c6518603e82134807ab4c9500aafc43fa (diff) | |
download | rspamd-418c10101093408aa370f0febf08d36032f1eb4b.tar.gz rspamd-418c10101093408aa370f0febf08d36032f1eb4b.zip |
[Minor] Redis support is now unconditional
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 71a412d84..f2d846525 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -33,9 +33,7 @@ TARGET_LINK_LIBRARIES(rspamd-test ${RSPAMD_REQUIRED_LIBRARIES}) IF (ENABLE_SNOWBALL MATCHES "ON") TARGET_LINK_LIBRARIES(rspamd-test stemmer) ENDIF() -IF(ENABLE_HIREDIS MATCHES "ON") - TARGET_LINK_LIBRARIES(rspamd-test rspamd-hiredis) -ENDIF() +TARGET_LINK_LIBRARIES(rspamd-test rspamd-hiredis) IF (ENABLE_HYPERSCAN MATCHES "ON") TARGET_LINK_LIBRARIES(rspamd-test hs) ENDIF() |