Commit 594ce567 authored by Feng Xiao's avatar Feng Xiao

Merge pull request #1578 from wal-rus/cmake-install-namespace

Add protobuf:: namespace to installed targets
parents 38e47131 28f35b4f
......@@ -92,6 +92,7 @@ endif()
install(EXPORT protobuf-targets
DESTINATION "${CMAKE_INSTALL_CMAKEDIR}"
NAMESPACE protobuf::
COMPONENT protobuf-export)
configure_file(protobuf-config.cmake.in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment