From 28f35b4f16a9ac7c88571158fbb987de7d9dd610 Mon Sep 17 00:00:00 2001 From: Walter Gray Date: Thu, 19 May 2016 15:55:12 -0700 Subject: add protobuf:: namespace to installed targets --- cmake/install.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/install.cmake b/cmake/install.cmake index e0962659..4d099558 100644 --- a/cmake/install.cmake +++ b/cmake/install.cmake @@ -92,6 +92,7 @@ endif() install(EXPORT protobuf-targets DESTINATION "${CMAKE_INSTALL_CMAKEDIR}" + NAMESPACE protobuf:: COMPONENT protobuf-export) configure_file(protobuf-config.cmake.in -- cgit v1.2.3