mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 21:39:33 +00:00
deb hack: don't set CASSANDRA_DEB_FILES unless cassandra can be built
This commit is contained in:
@ -49,7 +49,9 @@ SET(cassandra_sources
|
||||
|
||||
LINK_DIRECTORIES(${LINK_DIR})
|
||||
|
||||
SET(CASSANDRA_DEB_FILES "usr/lib/mysql/plugin/ha_cassandra.so" PARENT_SCOPE)
|
||||
IF(CASSANDRASE_OK)
|
||||
SET(CASSANDRA_DEB_FILES "usr/lib/mysql/plugin/ha_cassandra.so" PARENT_SCOPE)
|
||||
ENDIF(CASSANDRASE_OK)
|
||||
|
||||
MYSQL_ADD_PLUGIN(cassandra ${cassandra_sources} STORAGE_ENGINE
|
||||
ONLY_IF CASSANDRASE_OK
|
||||
|
Reference in New Issue
Block a user