gRPC: not using pyPAI (as this requires recent ProtoBuf)

This commit is contained in:
2023-11-08 18:40:34 +01:00
parent 7411d0fd69
commit cc34a9801e

View File

@@ -32,7 +32,6 @@ ADD_CUSTOM_COMMAND(
COMMAND ${_PROTOBUF_PROTOC}
ARGS --grpc_python_out "${CMAKE_SOURCE_DIR}/python"
--python_out "${CMAKE_SOURCE_DIR}/python"
--pyi_out "${CMAKE_SOURCE_DIR}/python"
-I "${CMAKE_CURRENT_SOURCE_DIR}"
--plugin=protoc-gen-grpc_python="${_GRPC_PYTHON_PLUGIN_EXECUTABLE}"
"${rg_proto}"