commit 648b027: [Minor] Oops, forgot to add library for linkage

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Jun 28 17:42:07 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-06-28 18:39:15 +0100
URL: https://github.com/rspamd/rspamd/commit/648b027ccac1448659ede3224f66b356adfadd95 (HEAD -> master)

[Minor] Oops, forgot to add library for linkage

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e2bb0184..bc0c4e140 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1224,6 +1224,7 @@ LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rspamd-hiredis)
 LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rspamd-actrie)
 LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rspamd-t1ha)
 LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rspamd-ev)
+LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rspamd-kann)
 
 IF(ENABLE_CLANG_PLUGIN MATCHES "ON")
 	ADD_SUBDIRECTORY(clang-plugin)


More information about the Commits mailing list