diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2012-09-28 14:02:59 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2012-09-28 14:02:59 +0400 |
commit | aec2c55ac23bbbe32dd669eb291cb3d490795104 (patch) | |
tree | b1a45920d794dfe7f0b7ae2be9a1b106138be99b /storage | |
parent | 40d62823cdd635d3aa11e7677faf6ccf2f11633b (diff) | |
download | mariadb-git-aec2c55ac23bbbe32dd669eb291cb3d490795104.tar.gz |
Fix compile: expect Thrift where it is at buildbot.
Diffstat (limited to 'storage')
-rw-r--r-- | storage/cassandra/CMakeLists.txt | 3 |
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}) |