WillAyd commented on code in PR #47298:
URL: https://github.com/apache/arrow/pull/47298#discussion_r2265080218


##########
cpp/src/arrow/flight/meson.build:
##########
@@ -64,6 +64,7 @@ flight_proto_files = custom_target(
     ],
 )
 
+grpc_cpp = dependency('grpc++')

Review Comment:
   Surprisingly it is, because using this as a dependency will ensure that 
override_find_program is called for the grpc_cpp_plugin. Without this, if you 
don't have that installed on your system then the build will fail



-- 
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

Reply via email to