commit 7f2cdca: [Minor] Link libicu to replxx
Vsevolod Stakhov
vsevolod at highsecure.ru
Sat Apr 18 19:35:07 UTC 2020
Author: Vsevolod Stakhov
Date: 2020-04-18 20:32:00 +0100
URL: https://github.com/rspamd/rspamd/commit/7f2cdca0bba88179d8a5cb0b621eb263964525a2 (HEAD -> master)
[Minor] Link libicu to replxx
---
contrib/replxx/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/replxx/CMakeLists.txt b/contrib/replxx/CMakeLists.txt
index 9225fd8f4..749e61208 100644
--- a/contrib/replxx/CMakeLists.txt
+++ b/contrib/replxx/CMakeLists.txt
@@ -73,5 +73,6 @@ target_include_directories(
)
set( TARGETS ${TARGETS} rspamd-replxx )
target_compile_definitions(rspamd-replxx PRIVATE REPLXX_BUILDING_DLL)
+target_link_libraries(rspamd-replxx "${RSPAMD_REQUIRED_LIBRARIES}")
install( TARGETS ${TARGETS} LIBRARY DESTINATION ${RSPAMD_LIBDIR})
\ No newline at end of file
More information about the Commits
mailing list