Commit 0a5312dc authored by unknown's avatar unknown

Make cassandra not built by default

parent f54a4819
...@@ -46,7 +46,7 @@ SET(FEATURE_SET_large 5) ...@@ -46,7 +46,7 @@ SET(FEATURE_SET_large 5)
SET(FEATURE_SET_xlarge 6) SET(FEATURE_SET_xlarge 6)
SET(FEATURE_SET_community 7) SET(FEATURE_SET_community 7)
SET(WITH_CASSANDRA_STORAGE_ENGINE ON) #SET(WITH_CASSANDRA_STORAGE_ENGINE ON)
IF(FEATURE_SET) IF(FEATURE_SET)
STRING(TOLOWER ${FEATURE_SET} feature_set) STRING(TOLOWER ${FEATURE_SET} feature_set)
......
IF(NOT WITH_CASSANDRA_STORAGE_ENGINE)
SET(WITHOUT_CASSANDRA 1)
ENDIF(NOT WITH_CASSANDRA_STORAGE_ENGINE)
SET(cassandra_sources SET(cassandra_sources
ha_cassandra.cc ha_cassandra.cc
ha_cassandra.h ha_cassandra.h
...@@ -13,8 +19,8 @@ SET(cassandra_sources ...@@ -13,8 +19,8 @@ SET(cassandra_sources
#INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS}) #INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(AFTER /usr/local/include/thrift) #INCLUDE_DIRECTORIES(AFTER /usr/local/include/thrift)
#INCLUDE_DIRECTORIES(AFTER /home/buildbot/build/thrift-inst/include/thrift/) INCLUDE_DIRECTORIES(AFTER /home/buildbot/build/thrift-inst/include/thrift/)
#INCLUDE_DIRECTORIES(AFTER /home/psergey/cassandra/thrift/include/thrift/) #INCLUDE_DIRECTORIES(AFTER /home/psergey/cassandra/thrift/include/thrift/)
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment