summaryrefslogtreecommitdiffstats
path: root/contrib/aho-corasick
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-06-25 15:28:27 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-06-25 15:56:02 +0100
commit5fcec0fcdb129b268a56464e2c4449d98e1281e3 (patch)
treee0cb2f56c0048c23336545e560ef7fad0be03cc8 /contrib/aho-corasick
parentc84bd94c14dbdb513435f65aecc48be47f97d4d4 (diff)
downloadrspamd-5fcec0fcdb129b268a56464e2c4449d98e1281e3.tar.gz
rspamd-5fcec0fcdb129b268a56464e2c4449d98e1281e3.zip
Avoid extra linking.
Diffstat (limited to 'contrib/aho-corasick')
-rw-r--r--contrib/aho-corasick/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/aho-corasick/CMakeLists.txt b/contrib/aho-corasick/CMakeLists.txt
index 7209c5094..d185245cb 100644
--- a/contrib/aho-corasick/CMakeLists.txt
+++ b/contrib/aho-corasick/CMakeLists.txt
@@ -4,6 +4,5 @@ if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQU
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3")
endif ()
ADD_LIBRARY(rspamd-actrie SHARED ${AHOCORASICSRC})
-TARGET_LINK_LIBRARIES(rspamd-actrie ${RSPAMD_REQUIRED_LIBRARIES})
INSTALL(TARGETS rspamd-actrie
LIBRARY DESTINATION ${RSPAMD_LIBDIR})