cmake find_package(Protobuf) examples

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

find_package(Protobuf ${find_package_args})

grpc/grpc cmake/protobuf.cmake :58

find_package(Protobuf REQUIRED CONFIG)

grpc/grpc examples/cpp/cmake/common.cmake :103

find_package(Protobuf CONFIG REQUIRED)

Framstag/libosmscout cmake/features.cmake :176

find_package(Protobuf)

onnx/onnx CMakeLists.txt :222

find_package(Protobuf)

opencv/opencv cmake/OpenCVFindProtobuf.cmake :37

find_package(Protobuf QUIET CONFIG)

opencv/opencv cmake/OpenCVFindProtobuf.cmake :39

find_package(Protobuf QUIET)

opencv/opencv_contrib modules/cnn_3dobj/CMakeLists.txt :17

find_package(Protobuf)

gwaldron/osgearth src/osgEarth/CMakeLists.txt :31

find_package(Protobuf CONFIG QUIET)

gwaldron/osgearth src/osgEarth/CMakeLists.txt :33

find_package(Protobuf QUIET)

protocolbuffers/protobuf CMakeLists.txt :306

find_package(Protobuf NO_MODULE)

qgis/QGIS CMakeLists.txt :464

find_package(Protobuf CONFIG)

qgis/QGIS CMakeLists.txt :465

find_package(Protobuf REQUIRED)

qt/qtgrpc cmake/FindWrapProtoc.cmake :30

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

qt/qtgrpc cmake/FindWrapProtoc.cmake :32

find_package(Protobuf ${__WrapProtoc_find_package_args})

qt/qtgrpc examples/grpc/chat/client/CMakeLists.txt :17

find_package(Qt6 REQUIRED
    COMPONENTS
        Core
        Gui
        Qml
        Quick
        QuickControls2
        Protobuf
        ProtobufQtCoreTypes
        ProtobufQuick
        Grpc
        GrpcQuick
)

qt/qtgrpc examples/grpc/chat/server/CMakeLists.txt :18

find_package(Protobuf)

qt/qtgrpc examples/grpc/clientguide/client/CMakeLists.txt :8

find_package(Qt6 COMPONENTS Protobuf Grpc)

qt/qtgrpc examples/grpc/magic8ball/CMakeLists.txt :13

find_package(Qt6 REQUIRED COMPONENTS
    Core
    Protobuf
    ProtobufQuick
    Grpc
    GrpcQuick
    Quick
)

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

find_package(Protobuf)

qt/qtgrpc examples/grpc/vehicle/CMakeLists.txt :13

find_package(Qt6 REQUIRED COMPONENTS
    Core
    Protobuf
    ProtobufWellKnownTypes
    Grpc
    Quick
)

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

find_package(Protobuf)

qt/qtgrpc examples/protobuf/sensors/CMakeLists.txt :13

find_package(Qt6 REQUIRED COMPONENTS Core Protobuf Widgets Network)

qt/qtgrpc src/grpc/doc/src/snippets/qt-add-grpc-example.cmake :5

find_package(Qt6 REQUIRED COMPONENTS Protobuf Grpc)

qt/qtgrpc tests/CMakeLists.txt :6

find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Protobuf Grpc)

qt/qtgrpc tests/CMakeLists.txt :11

find_package(Protobuf QUIET)

qt/qtgrpc tests/auto/grpc/client/shared/test_server/CMakeLists.txt :6

find_package(Protobuf)

qt/qtgrpc tests/auto/grpc/client/shared/test_server_go/CMakeLists.txt :5

find_package(Protobuf)

qt/qtgrpc tests/manual/grpc/benchmarks/asyncbenchserver/CMakeLists.txt :5

find_package(Protobuf)

qt/qtgrpc tests/manual/grpc/benchmarks/bench_async_ref_client/CMakeLists.txt :5

find_package(Protobuf)

microsoft/vcpkg ports/mysql-connector-cpp/cmake-project-include.cmake :18

find_package(Protobuf CONFIG REQUIRED)