aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/lgpl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/lgpl/CMakeLists.txt b/contrib/lgpl/CMakeLists.txt
index 0973e2243..56cedff89 100644
--- a/contrib/lgpl/CMakeLists.txt
+++ b/contrib/lgpl/CMakeLists.txt
@@ -14,6 +14,7 @@ IF(GLIB2_VERSION VERSION_LESS "2.16")
TARGET_LINK_LIBRARIES(glibadditions ${CMAKE_REQUIRED_LIBRARIES})
TARGET_LINK_LIBRARIES(glibadditions ${GLIB2_LIBRARIES})
+ TARGET_LINK_LIBRARIES(glibadditions pcre)
SET_TARGET_PROPERTIES(glibadditions PROPERTIES VERSION ${RSPAMD_VERSION})