From 82595126630ad775e5818d84270afef23b178e32 Mon Sep 17 00:00:00 2001 From: William Ayd Date: Tue, 4 Feb 2025 15:31:12 -0500 Subject: [PATCH] fix(cpp): Ensure Meson build compiles Arrow tests (#711) --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index f61c40086..f3c5f52ec 100644 --- a/meson.build +++ b/meson.build @@ -244,6 +244,7 @@ if get_option('tests') gtest_dep, gmock_dep, ], + cpp_args: test_cpp_args, ) test(name, exc) endforeach