mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
a5ccddf057
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>