Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cpp/src/arrow/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ set(ARROW_UTIL_SRCS
util/counting_semaphore.cc
util/cpu_info.cc
util/crc32.cc
util/crc32c.cc
util/debug.cc
util/decimal.cc
util/delimiting.cc
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arrow/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ if needs_lz4
endif

if needs_snappy
arrow_util_srcs += ['util/compression_snappy.cc']
arrow_util_srcs += ['util/compression_snappy.cc', 'util/crc32c.cc']
arrow_util_deps += dependency('snappy', 'Snappy')
endif

Expand Down
Loading
Loading