diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-06-25 15:28:27 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-06-25 15:56:02 +0100 |
commit | 5fcec0fcdb129b268a56464e2c4449d98e1281e3 (patch) | |
tree | e0cb2f56c0048c23336545e560ef7fad0be03cc8 /contrib/aho-corasick | |
parent | c84bd94c14dbdb513435f65aecc48be47f97d4d4 (diff) | |
download | rspamd-5fcec0fcdb129b268a56464e2c4449d98e1281e3.tar.gz rspamd-5fcec0fcdb129b268a56464e2c4449d98e1281e3.zip |
Avoid extra linking.
Diffstat (limited to 'contrib/aho-corasick')
-rw-r--r-- | contrib/aho-corasick/CMakeLists.txt | 1 |
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}) |