Skip to content

Commit 6563923

Browse files
committed
GH-47446: [C++] Update Meson configuration with compute swizzle change
1 parent 6f6138b commit 6563923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ arrow_components = {
7575
'compute/kernels/vector_selection_filter_internal.cc',
7676
'compute/kernels/vector_selection_internal.cc',
7777
'compute/kernels/vector_selection_take_internal.cc',
78+
'compute/kernels/vector_swizzle.cc',
7879
],
7980
},
8081
'arrow_io': {
@@ -471,7 +472,6 @@ if needs_compute
471472
'compute/kernels/vector_select_k.cc',
472473
'compute/kernels/vector_sort.cc',
473474
'compute/kernels/vector_statistics.cc',
474-
'compute/kernels/vector_swizzle.cc',
475475
'compute/key_hash_internal.cc',
476476
'compute/key_map_internal.cc',
477477
'compute/light_array_internal.cc',

0 commit comments

Comments
 (0)