Skip to content

Commit

Permalink
Update cmake/modules/grpc.cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>

Co-authored-by: Grzegorz Nosek <grzegorz.nosek@sysdig.com>
  • Loading branch information
FedeDP and gnosek committed Nov 26, 2021
1 parent 4cec20a commit cfdc21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/grpc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ elseif(NOT USE_BUNDLED_GRPC)
set(GRPC_LIB gRPC::grpc)
set(GRPCPP_LIB gRPC::grpc++)

# # gRPC C++ plugin
# gRPC C++ plugin
get_target_property(GRPC_CPP_PLUGIN gRPC::grpc_cpp_plugin LOCATION)
if(NOT GRPC_CPP_PLUGIN)
message(FATAL_ERROR "System grpc_cpp_plugin not found")
Expand Down

0 comments on commit cfdc21d

Please sign in to comment.