diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2017-06-19 17:36:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 17:36:55 +0200 |
commit | 04d299534df25840ef2d17123fbdfb5af7242d17 (patch) | |
tree | a1b9de3c1a36c1b81201f9fae48f8792b15f2c53 /tools | |
parent | b82bfa4e95f0bc90c45c3eff8f86c701b4769f74 (diff) | |
parent | a65f006d2111b2d94d5108ac4fca7f29f75c81b1 (diff) |
Merge pull request #11140 from randomguy3/cmake-install
Fix CMake installation issues
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cmake/gRPCConfig.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cmake/gRPCConfig.cmake.in b/tools/cmake/gRPCConfig.cmake.in index 48f0674579..1a0fa6a462 100644 --- a/tools/cmake/gRPCConfig.cmake.in +++ b/tools/cmake/gRPCConfig.cmake.in @@ -2,6 +2,7 @@ @_gRPC_FIND_ZLIB@
@_gRPC_FIND_PROTOBUF@
@_gRPC_FIND_SSL@
+@_gRPC_FIND_CARES@
# Targets
include(${CMAKE_CURRENT_LIST_DIR}/gRPCTargets.cmake)
|