Enable building opencensus for bazel build

pull/16871/head
yang-g 6 years ago
parent d0cb61eada
commit a078aa6b68
  1. 4
      include/grpcpp/opencensus.h

@ -19,10 +19,6 @@
#ifndef GRPCPP_OPENCENSUS_H
#define GRPCPP_OPENCENSUS_H
#ifndef GRPC_BAZEL_BUILD
#error OpenCensus for gRPC is only supported when building with bazel.
#endif
#include "opencensus/trace/span.h"
namespace grpc {

Loading…
Cancel
Save