diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-22 10:24:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-22 10:24:21 +0100 |
commit | c4055be5894c40807e24009afef04830f2f74fcb (patch) | |
tree | 589607fa3ac540a8d53e4177f51474af8e6ce025 /CMakeLists.txt | |
parent | 74f6d73a40512220b05a7f0e0d6f5558a58b2146 (diff) | |
download | rspamd-c4055be5894c40807e24009afef04830f2f74fcb.tar.gz rspamd-c4055be5894c40807e24009afef04830f2f74fcb.zip |
[Feature] Dynamically detect if a CPU is incompatible with hyperscan
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a1acbb2e..9288e7ae4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1163,6 +1163,7 @@ LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rdns) LIST(APPEND RSPAMD_REQUIRED_LIBRARIES ottery) LIST(APPEND RSPAMD_REQUIRED_LIBRARIES event) LIST(APPEND RSPAMD_REQUIRED_LIBRARIES xxhash) +LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rspamd-actrie) IF(HAVE_FETCH_H) LIST(APPEND RSPAMD_REQUIRED_LIBRARIES fetch) ENDIF(HAVE_FETCH_H) |