Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/travis_before_script_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ else
if [ "$using_homebrew" = "yes" ]; then
# build against homebrew's boost if we're using it
export BOOST_ROOT=$(brew --prefix boost)
export LLVM_DIR=$(brew --prefix llvm@6)/lib/cmake/llvm
export THRIFT_HOME=$(brew --prefix thrift)
fi
cmake $CMAKE_COMMON_FLAGS \
Expand Down