Skip to content

Commit

Permalink
Use zstd::libzstd_static
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 12, 2023
1 parent ad63ab0 commit 8214f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/FindLLVMAlt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if(LLVM_FOUND)
if(NOT LLVM_SUPPORT_LIBZSTD_INDEX EQUAL -1)
list(REMOVE_AT LLVM_SUPPORT_INTERFACE_LINK_LIBRARIES ${LLVM_SUPPORT_LIBZSTD_INDEX})
list(INSERT LLVM_SUPPORT_INTERFACE_LINK_LIBRARIES ${LLVM_SUPPORT_LIBZSTD_INDEX}
${ARROW_ZSTD_LIBZSTD})
zstd::libzstd_static)
endif()
set_target_properties(LLVMSupport
PROPERTIES INTERFACE_LINK_LIBRARIES
Expand Down

0 comments on commit 8214f13

Please sign in to comment.