diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-02-02 23:50:24 +0100 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-02-02 23:51:10 +0100 |
commit | c019e057c20db0b9c9a2f76fb0b9cd6f44addf92 (patch) | |
tree | 82fa31027f613b6fab8e652e3b913ceb90cddefb /templates/CMakeLists.txt.template | |
parent | 514079179df9d59f2fb497e1caf5a4e11b50225d (diff) |
cmake: fix #8729
Diffstat (limited to 'templates/CMakeLists.txt.template')
-rw-r--r-- | templates/CMakeLists.txt.template | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/CMakeLists.txt.template b/templates/CMakeLists.txt.template index 4aa3dbfd1c..444fb6a2dc 100644 --- a/templates/CMakeLists.txt.template +++ b/templates/CMakeLists.txt.template @@ -554,13 +554,6 @@ endif() </%def> - if (gRPC_INSTALL) - install(EXPORT gRPCTargets - DESTINATION <%text>${CMAKE_INSTALL_CMAKEDIR}</%text> - NAMESPACE gRPC:: - ) - endif() - foreach(_config gRPCConfig gRPCConfigVersion) configure_file(tools/cmake/<%text>${_config}</%text>.cmake.in <%text>${_config}</%text>.cmake @ONLY) |