diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-28 22:03:10 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-12-28 22:03:10 +0000 |
commit | 3afb49bfe7cb3628ad1bf885e7b47ee9cd31087a (patch) | |
tree | e93ffa4e09713d2cf266094a4936257ffffaa9ee /CMakeLists.txt | |
parent | 8c9043adae0983775a1f1983ec94ef8580b5f1a5 (diff) | |
download | rspamd-3afb49bfe7cb3628ad1bf885e7b47ee9cd31087a.tar.gz rspamd-3afb49bfe7cb3628ad1bf885e7b47ee9cd31087a.zip |
[Minor] Remove legacy stuff
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d36a5a22e..2e0ef2cc8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -583,11 +583,6 @@ LIST(APPEND RSPAMD_REQUIRED_LIBRARIES rdns) LIST(APPEND RSPAMD_REQUIRED_LIBRARIES ottery) LIST(APPEND RSPAMD_REQUIRED_LIBRARIES xxhash) -IF(GLIB_COMPAT) - LIST(APPEND RSPAMD_REQUIRED_LIBRARIES glibadditions) -ENDIF(GLIB_COMPAT) - - IF(SYSTEM_XXHASH MATCHES "OFF") ADD_SUBDIRECTORY(contrib/xxhash) INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/contrib/xxhash") |