From: Vsevolod Stakhov Date: Sat, 18 Apr 2020 19:32:00 +0000 (+0100) Subject: [Minor] Link libicu to replxx X-Git-Tag: 2.6~513 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f2cdca0bba88179d8a5cb0b621eb263964525a2;p=thirdparty%2Frspamd.git [Minor] Link libicu to replxx --- diff --git a/contrib/replxx/CMakeLists.txt b/contrib/replxx/CMakeLists.txt index 9225fd8f47..749e612083 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