diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-10-09 16:48:17 +0300 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-10-27 18:42:16 +0300 |
commit | 1877a8cdb4bce5c14e4f92a08b959b84cc123c3f (patch) | |
tree | 778b0b360805e51ca07d7d296567d4e890d4b54a /storage/cassandra | |
parent | d495bf42807c301da579e5de2ffcb39ea73df928 (diff) | |
download | mariadb-git-1877a8cdb4bce5c14e4f92a08b959b84cc123c3f.tar.gz |
MDEV-6284: Remove CMakeLists.txt hack that mangled the server install file
For Debian the rules file is the main makefile and assuming that a upstream
makefile will mangle the Debian packaging files creates false alerts
from static analysis tools and other problems.
Diffstat (limited to 'storage/cassandra')
-rw-r--r-- | storage/cassandra/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/cassandra/CMakeLists.txt b/storage/cassandra/CMakeLists.txt index df097c90a47..a5d58234d97 100644 --- a/storage/cassandra/CMakeLists.txt +++ b/storage/cassandra/CMakeLists.txt @@ -50,7 +50,6 @@ SET(cassandra_sources LINK_DIRECTORIES(${LINK_DIR}) IF(CASSANDRASE_OK) - SET(CASSANDRA_DEB_FILES "usr/lib/mysql/plugin/ha_cassandra.so" PARENT_SCOPE) MYSQL_ADD_PLUGIN(cassandra ${cassandra_sources} STORAGE_ENGINE MODULE_ONLY LINK_LIBRARIES thrift COMPONENT cassandra-engine) ENDIF(CASSANDRASE_OK) |