Skip to content

find_package(): Add policy to remove the FindProtobuf module

a-andre requested to merge a-andre/cmake:deprecate_findprotobuf into master

Removing FindProtobuf.cmake gives Protobuf upstream a path forward to export its own ProtobufConfig.cmake files which can be found by find_package() without having to explicitly specify CONFIG.

Merge request reports