diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-06-12 10:15:27 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-06-13 09:33:22 +0200 |
commit | 807693bd89832a75d6678a94226f4f6276fe2343 (patch) | |
tree | bbe1a0a727e4bef0635691217c401f27dac0eb63 /templates/CMakeLists.txt.template | |
parent | ea20cafb85c30f136c9d2fecd7aa28c71df612c1 (diff) |
cmake: add zlib and cares dep
Diffstat (limited to 'templates/CMakeLists.txt.template')
-rw-r--r-- | templates/CMakeLists.txt.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/CMakeLists.txt.template b/templates/CMakeLists.txt.template index 71509c416b..53ae543c4c 100644 --- a/templates/CMakeLists.txt.template +++ b/templates/CMakeLists.txt.template @@ -43,7 +43,7 @@ deps.append("${_gRPC_SSL_LIBRARIES}") if target_dict.language == 'c++': deps.append("${_gRPC_PROTOBUF_LIBRARIES}") - if target_dict['name'] in ['grpc']: + if target_dict['name'] in ['grpc', 'grpc_cronet', 'grpc_unsecure']: deps.append("${_gRPC_ZLIB_LIBRARIES}") deps.append("${_gRPC_CARES_LIBRARIES}") deps.append("${_gRPC_ALLTARGETS_LIBRARIES}") |