Skip to content

Commit bb41971

Browse files
committed
GH-47537: [C++] Use pkgconfig name for benchmark in Meson
1 parent 2b203ff commit bb41971

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/src/arrow/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,8 @@ endforeach
670670

671671
if needs_benchmarks
672672
benchmark_main_dep = dependency(
673-
'benchmark-main',
673+
'benchmark_main',
674+
fallback: ['google-benchmark', 'google_benchmark_main_dep'],
674675
default_options: {'tests': 'disabled'},
675676
)
676677

0 commit comments

Comments
 (0)