Skip to content

FindProtobuf: Rename imported targets to match upstream names

Brad King requested to merge brad.king/cmake:FindProtobuf-targets into master

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.

Merge request reports