Skip to content

Commit

Permalink
add crc32c to static bundled libs
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Oct 11, 2023
1 parent 9d40184 commit 4ddbeaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4086,6 +4086,7 @@ macro(build_crc32c_once)
${_CRC32C_STATIC_LIBRARY})
target_include_directories(Crc32c::crc32c BEFORE INTERFACE "${CRC32C_INCLUDE_DIR}")
add_dependencies(Crc32c::crc32c crc32c_ep)
list(APPEND ARROW_BUNDLED_STATIC_LIBS Crc32c::crc32c)
endif()
endmacro()

Expand Down

0 comments on commit 4ddbeaf

Please sign in to comment.