Skip to content

Commit 7f8b40f

Browse files
authored
Fix brpc complation error. (#15451)
1 parent d60751f commit 7f8b40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/distributed/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else()
3737
variable_response.cc
3838
collective_client.cc collective_server.cc
3939
${BRPC_SRCS}
40-
PROTO ${CMAKE_CURRENT_BINARY_DIR}/send_recv.proto
40+
PROTO send_recv.proto
4141
DEPS lod_tensor selected_rows memory)
4242

4343
set(RPC_DEPS sendrecvop_rpc brpc ssl crypto protobuf leveldb snappystream snappy zlib)

0 commit comments

Comments
 (0)