aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2019-06-21 13:36:06 -0400
committerJan Tattermusch <jtattermusch@google.com>2019-06-21 13:36:06 -0400
commit2bf9234f147eeaf48b8c7e1b0a68c3d1556d1717 (patch)
treec33f9a95106fc31f3cb60f09a761ee2067b115e0 /templates
parent35230ef8cd70d62ab94bee661b7cd641adfa805b (diff)
downloadgrpc-grpc-2bf9234f147eeaf48b8c7e1b0a68c3d1556d1717.tar.gz
building upb as part of cmake build is not necessary
Diffstat (limited to 'templates')
-rw-r--r--templates/CMakeLists.txt.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/CMakeLists.txt.template b/templates/CMakeLists.txt.template
index 43bc063aee..d42d2c6d0c 100644
--- a/templates/CMakeLists.txt.template
+++ b/templates/CMakeLists.txt.template
@@ -325,7 +325,7 @@
% for lib in libs:
% if lib.build in ["all", "protoc", "tool", "test", "private"] and not lib.boringssl:
% if not lib.get('build_system', []) or 'cmake' in lib.get('build_system', []):
- % if not lib.name in ['ares', 'benchmark', 'z']: # we build these using CMake instead
+ % if not lib.name in ['ares', 'benchmark', 'upb', 'z']: # we build these using CMake instead
% if lib.build in ["test", "private"]:
if (gRPC_BUILD_TESTS)
${cc_library(lib)}