summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2012-09-28 14:02:59 +0400
committerSergey Petrunya <psergey@askmonty.org>2012-09-28 14:02:59 +0400
commitaec2c55ac23bbbe32dd669eb291cb3d490795104 (patch)
treeb1a45920d794dfe7f0b7ae2be9a1b106138be99b /storage
parent40d62823cdd635d3aa11e7677faf6ccf2f11633b (diff)
downloadmariadb-git-aec2c55ac23bbbe32dd669eb291cb3d490795104.tar.gz
Fix compile: expect Thrift where it is at buildbot.
Diffstat (limited to 'storage')
-rw-r--r--storage/cassandra/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/cassandra/CMakeLists.txt b/storage/cassandra/CMakeLists.txt
index f11dfaf4a29..d5f63229512 100644
--- a/storage/cassandra/CMakeLists.txt
+++ b/storage/cassandra/CMakeLists.txt
@@ -12,7 +12,8 @@ SET(cassandra_sources
gen-cpp/Cassandra.h)
#INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS})
-INCLUDE_DIRECTORIES(AFTER /usr/local/include/thrift)
+INCLUDE_DIRECTORIES(AFTER /home/buildbot/build/thrift-inst/include/thrift/)
+
#
STRING(REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
STRING(REPLACE "-fno-implicit-templates" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})