aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-04-18 20:32:00 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-04-18 20:32:00 +0100
commit7f2cdca0bba88179d8a5cb0b621eb263964525a2 (patch)
treedd12f47572a8f9b46a3d1c78aebd15fbd2609182
parente81fe0882df81045ef43f9741546b5a60752b115 (diff)
downloadrspamd-7f2cdca0bba88179d8a5cb0b621eb263964525a2.tar.gz
rspamd-7f2cdca0bba88179d8a5cb0b621eb263964525a2.zip
[Minor] Link libicu to replxx
-rw-r--r--contrib/replxx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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