aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-19 11:54:30 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-09-19 14:33:53 +0100
commitaf8e0a3aa3d98c0997e85150e1417fa80643f1ce (patch)
tree249a7d93930c7ff5c9c773879cf55758e95c4ece /CMakeLists.txt
parenta89eebf63a20059148655a4c5563e74eb5bee061 (diff)
downloadrspamd-af8e0a3aa3d98c0997e85150e1417fa80643f1ce.tar.gz
rspamd-af8e0a3aa3d98c0997e85150e1417fa80643f1ce.zip
[Minor] Remove outdated lgpl code, deprecated long ago
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b9313d30c..afac90f65 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1218,11 +1218,6 @@ ADD_SUBDIRECTORY(contrib/hiredis)
SET(WITH_HIREDIS 1)
INCLUDE_DIRECTORIES(BEFORE "${CMAKE_SOURCE_DIR}/contrib/hiredis")
-ADD_SUBDIRECTORY(contrib/lgpl)
-IF(GLIB_COMPAT)
- INCLUDE_DIRECTORIES("${CMAKE_CURRENT_SOURCE_DIR}/contrib/lgpl")
-ENDIF(GLIB_COMPAT)
-
LIST(APPEND RSPAMD_REQUIRED_LIBRARIES "${CMAKE_REQUIRED_LIBRARIES}")
LIST(APPEND RSPAMD_REQUIRED_LIBRARIES ucl)
LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rdns)