Skip to content

Commit

Permalink
turn off LLVM_ENABLE_ZSTD for llvm 15
Browse files Browse the repository at this point in the history
  • Loading branch information
js8544 committed Sep 14, 2022
1 parent 9a93b71 commit 27a11e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/cmake_modules/FindLLVMAlt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@ if(LLVMAlt_FOUND)
message(STATUS "Using LLVMConfig.cmake in: ${LLVM_DIR}")
message(STATUS "Found llvm-link ${LLVM_LINK_EXECUTABLE}")
message(STATUS "Found clang ${CLANG_EXECUTABLE}")
if(${LLVM_VERSION_MAJOR} STREQUAL 15)
set(LLVM_ENABLE_ZSTD OFF) # Need to turn off LLVM_ENABLE_ZSTD due to ARROW-17728
endif()
endif()

0 comments on commit 27a11e1

Please sign in to comment.