summaryrefslogtreecommitdiffstats
path: root/contrib/lgpl
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-26 15:38:17 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-12-26 15:38:17 +0000
commit32a9833bd78ea65e66c67298f564c7260cb0fa9a (patch)
tree75c724182557c15d78fa0c79f23fb9e40537f4a0 /contrib/lgpl
parente15ac669034b761234ac3b64ddc4c6362f2eb328 (diff)
downloadrspamd-32a9833bd78ea65e66c67298f564c7260cb0fa9a.tar.gz
rspamd-32a9833bd78ea65e66c67298f564c7260cb0fa9a.zip
Fix linking libraries.
Diffstat (limited to 'contrib/lgpl')
-rw-r--r--contrib/lgpl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lgpl/CMakeLists.txt b/contrib/lgpl/CMakeLists.txt
index 2cd97a7f8..39191620a 100644
--- a/contrib/lgpl/CMakeLists.txt
+++ b/contrib/lgpl/CMakeLists.txt
@@ -12,7 +12,7 @@ IF(GLIB2_VERSION VERSION_LESS "2.16")
ADD_LIBRARY(glibadditions SHARED ${LIBGLIBSRC})
SET_TARGET_PROPERTIES(glibadditions PROPERTIES COMPILE_FLAGS "-I${CMAKE_SOURCE_DIR}/contrib/lgpl")
- TARGET_LINK_LIBRARIES(glibadditions ${CMAKE_REQUIRED_LIBRARIES})
+ TARGET_LINK_LIBRARIES(glibadditions ${RSPAMD_REQUIRED_LIBRARIES})
SET_TARGET_PROPERTIES(glibadditions PROPERTIES VERSION ${RSPAMD_VERSION})