From 70d4bf67186db4ce01111c25105fb6f486b01d68 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Sun, 17 Feb 2019 10:34:40 +0900 Subject: [PATCH] [CI] Remove needless LLVM_DIR for macOS We can detect LLVM installed by Homebrew automatically in CMake. --- ci/travis_before_script_cpp.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/travis_before_script_cpp.sh b/ci/travis_before_script_cpp.sh index a1e407fe1f92..c7c3912950c6 100755 --- a/ci/travis_before_script_cpp.sh +++ b/ci/travis_before_script_cpp.sh @@ -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 \