don't link with libmysys twice (it's implied here)

This commit is contained in:
Sergei Golubchik 2014-02-04 19:08:50 +01:00
parent c72cdc0815
commit bbfd113127

View File

@ -12,4 +12,4 @@ IF(MSVC)
ENDIF(MSVC)
SET(SPHINX_SOURCES ha_sphinx.cc snippets_udf.cc)
MYSQL_ADD_PLUGIN(sphinx ${SPHINX_SOURCES} STORAGE_ENGINE LINK_LIBRARIES mysys)
MYSQL_ADD_PLUGIN(sphinx ${SPHINX_SOURCES} STORAGE_ENGINE)