From a078aa6b68fef55f7def7d5138215a138b61059e Mon Sep 17 00:00:00 2001 From: yang-g Date: Fri, 12 Oct 2018 16:33:30 -0700 Subject: [PATCH] Enable building opencensus for bazel build --- include/grpcpp/opencensus.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/grpcpp/opencensus.h b/include/grpcpp/opencensus.h index 07a13339863..29b221f7674 100644 --- a/include/grpcpp/opencensus.h +++ b/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 {