mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-20 22:41:38 +00:00
Rename our recently added imported targets to match those provided by the upstream's CMake-based build. That way a project using `find_package(Protobuf)` can get the same target names no matter how protobuf is found. Suggested-by: Konstantin Podsvirov <konstantin@podsvirov.pro>