vcpkg/ports/grpc/revert-c019e05.patch
2017-04-21 19:40:04 -07:00

19 lines
402 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e09f729..c85a20a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11847,7 +11847,12 @@ endif (gRPC_BUILD_TESTS)
-
+if (gRPC_INSTALL)
+ install(EXPORT gRPCTargets
+ DESTINATION ${CMAKE_INSTALL_CMAKEDIR}
+ NAMESPACE gRPC::
+ )
+endif()
foreach(_config gRPCConfig gRPCConfigVersion)
configure_file(tools/cmake/${_config}.cmake.in