We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea48b4 commit 20a76beCopy full SHA for 20a76be
meson.build
@@ -143,7 +143,8 @@ if get_option('tests')
143
# Similarly code coverage has a built in option users should use instead
144
# https://mesonbuild.com/Unit-tests.html#coverage
145
146
- arrow_dep = dependency('arrow')
+ # The system include suppresses compilation warnings from Arrow
147
+ arrow_dep = dependency('arrow', include_type='system')
148
gtest_dep = dependency('gtest_main')
149
gmock_dep = dependency('gmock')
150
nlohmann_json_dep = dependency('nlohmann_json')
0 commit comments