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

Add protobuf:: namespace to installed targets
pull/1588/head
Feng Xiao 9 years ago
commit 594ce567ab
  1. 1
      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

Loading…
Cancel
Save