h-vetinari commented on PR #44507: URL: https://github.com/apache/arrow/pull/44507#issuecomment-2430630052
Thanks a lot for the quick PR! It would be really nice if we could also change this where it's invoked, i.e. https://github.com/apache/arrow/blob/5ea3aa1f91710473a619ac96cf9bde782efc5476/cpp/src/arrow/flight/CMakeLists.txt#L95-L98 Currently our builds scripts are doing ```bash sed -ie "s;protoc-gen-grpc.*$;protoc-gen-grpc=${BUILD_PREFIX}/bin/grpc_cpp_plugin\";g" ../src/arrow/flight/CMakeLists.txt ``` to work around this... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
