From 79203217b5df43e8731b16a571a7386a009a1b29 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Tue, 4 Feb 2025 13:05:58 -0500 Subject: [PATCH] fix(cpp): Ensure Meson build compiles Arrow tests --- 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