cmake find_package(protobuf) examples

apache/arrow cpp/cmake_modules/FindProtobufAlt.cmake :31

find_package(protobuf CONFIG ${find_package_args})

google/flatbuffers CMakeLists.txt :602

find_package(protobuf CONFIG REQUIRED)

protocolbuffers/protobuf cmake/examples.cmake :31

# sub_directory cannot be used because the find_package(protobuf) call would cause failures with redefined targets.

protocolbuffers/protobuf examples/CMakeLists.txt :8

find_package(protobuf CONFIG REQUIRED)

qt/qtgrpc cmake/FindWrapProtoc.cmake :30

find_package(protobuf ${WrapProtoc_FIND_VERSION} NAMES protobuf Protobuf ${__WrapProtoc_find_package_args})

qt/qtgrpc examples/grpc/clientguide/server/CMakeLists.txt :9

find_package(protobuf)