Skip to content

Commit

Permalink
fix an error in cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
luyaoluo committed Dec 30, 2021
1 parent 014c802 commit 31019af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(aca_proto_sub_hdrs "${CMAKE_CURRENT_BINARY_DIR}/subscribeinfoprovisioner.pb.
set(aca_grpc_sub_srcs "${CMAKE_CURRENT_BINARY_DIR}/subscribeinfoprovisioner.grpc.pb.cc")
set(aca_grpc_sub_hdrs "${CMAKE_CURRENT_BINARY_DIR}/subscribeinfoprovisioner.grpc.pb.h")
add_custom_command(
OUTPUT "${aca_proto_srcs}" "${aca_proto_hdrs}" "${aca_grpc_srcs}" "${aca_grpc_hdrs}" "${aca_proto_sub_srcs}" "${aca_proto__sub_hdrs}" "${aca_grpc_sub_srcs}" "${aca_grpc_sub_hdrs}"
OUTPUT "${aca_proto_srcs}" "${aca_proto_hdrs}" "${aca_grpc_srcs}" "${aca_grpc_hdrs}" "${aca_proto_sub_srcs}" "${aca_proto_sub_hdrs}" "${aca_grpc_sub_srcs}" "${aca_grpc_sub_hdrs}"
COMMAND ${_PROTOBUF_PROTOC}
ARGS --grpc_out "${CMAKE_CURRENT_BINARY_DIR}"
--cpp_out "${CMAKE_CURRENT_BINARY_DIR}"
Expand Down

0 comments on commit 31019af

Please sign in to comment.