add a comment

pull/21011/head
Jan Tattermusch 5 years ago
parent 2837d000e9
commit 44b28e0c98
  1. 2
      CMakeLists.txt
  2. 2
      templates/CMakeLists.txt.template

@ -4831,6 +4831,8 @@ if(gRPC_INSTALL)
endif()
# grpcpp_channelz doesn't build with protobuf-lite
# See https://github.com/grpc/grpc/issues/19473
if(gRPC_BUILD_CODEGEN AND NOT gRPC_USE_PROTO_LITE)
add_library(grpcpp_channelz
src/cpp/server/channelz/channelz_service.cc

@ -439,6 +439,8 @@
<%def name="cc_library(lib)">
% if any(proto_re.match(src) for src in lib.src):
% if lib.name == 'grpcpp_channelz':
# grpcpp_channelz doesn't build with protobuf-lite
# See https://github.com/grpc/grpc/issues/19473
if(gRPC_BUILD_CODEGEN AND NOT gRPC_USE_PROTO_LITE)
% else:
if(gRPC_BUILD_CODEGEN)

Loading…
Cancel
Save