We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35c591 commit 4ee6bf2Copy full SHA for 4ee6bf2
storage/cassandra/CMakeLists.txt
@@ -49,7 +49,9 @@ SET(cassandra_sources
49
50
LINK_DIRECTORIES(${LINK_DIR})
51
52
-SET(CASSANDRA_DEB_FILES "usr/lib/mysql/plugin/ha_cassandra.so" PARENT_SCOPE)
+IF(CASSANDRASE_OK)
53
+ SET(CASSANDRA_DEB_FILES "usr/lib/mysql/plugin/ha_cassandra.so" PARENT_SCOPE)
54
+ENDIF(CASSANDRASE_OK)
55
56
MYSQL_ADD_PLUGIN(cassandra ${cassandra_sources} STORAGE_ENGINE
57
ONLY_IF CASSANDRASE_OK
0 commit comments