Browse Source

2024.5.10-去除ITN的依赖构建

master
Administrator 1 year ago
parent
commit
869484e898
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake-linux/grpc.cmake

+ 1
- 1
cmake-linux/grpc.cmake

@ -50,5 +50,5 @@ message(${BoldGreen}
grpc_cpp_plugin${grpc_BINARY_DIR}/grpc_cpp_plugin\n grpc_cpp_plugin${grpc_BINARY_DIR}/grpc_cpp_plugin\n
helloworld${PROTO_DIR}/helloworld.proto${ColourReset}) helloworld${PROTO_DIR}/helloworld.proto${ColourReset})
list(APPEND third_party_libraries grpc++ grpc++_reflection libprotobuf)
list(APPEND third_party_libraries gRPC::grpc++ gRPC::grpc++_reflection libprotobuf)

Loading…
Cancel
Save