mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Fix compile: expect Thrift where it is at buildbot.
This commit is contained in:
parent
40d62823cd
commit
aec2c55ac2
1 changed files with 2 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue