From: Vsevolod Stakhov Date: Fri, 17 May 2019 10:56:48 +0000 (+0100) Subject: [Minor] Try to fix Debian linking issue X-Git-Tag: 2.0~898 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f4f267324294e440aca5d9002f1a801072dc9909;p=rspamd.git [Minor] Try to fix Debian linking issue --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f755779e6..3e6abd4e8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -220,6 +220,7 @@ IF(NOT DEBIAN_BUILD) SET_TARGET_PROPERTIES(rspamd PROPERTIES VERSION ${RSPAMD_VERSION}) ENDIF(NOT DEBIAN_BUILD) +TARGET_LINK_LIBRARIES(rspamd ${RSPAMD_REQUIRED_LIBRARIES}) TARGET_LINK_LIBRARIES(rspamd rspamd-server) INSTALL(TARGETS rspamd RUNTIME DESTINATION bin)