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 59372fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cmake_modules/FindLLVMAlt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ if(LLVMAlt_FOUND)
return()
endif()

set(LLVM_ENABLE_ZSTD OFF) # Need to turn off LLVM_ENABLE_ZSTD due to ARROW-17728

if(DEFINED LLVM_ROOT)
# if llvm source is set to conda then prefer conda llvm over system llvm even
# if the system one is newer
Expand Down

0 comments on commit 59372fe

Please sign in to comment.