WillAyd commented on code in PR #47282: URL: https://github.com/apache/arrow/pull/47282#discussion_r2291842801
########## cpp/src/arrow/flight/meson.build: ########## @@ -44,7 +44,17 @@ install_headers( subdir: 'arrow/flight', ) -grpc_dep = dependency('grpc++') +# We specifically need to use the grpc subproject and cannot use a system installion +# due to https://github.com/mesonbuild/meson/issues/14905 Review Comment: Actually I think this current iteration will have the same issue of https://github.com/mesonbuild/meson/issues/14905 when there is a system install of grpc. Happy to leave as is though as it won't affect CI. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org