qtgrpc/tests
Alexey Edelev ee3326e298 Use double lookup for protobuf/Protobuf packages
find_package with NAMES argument forces the CONFIG mode look up.
We accidentally looked for Protobuf uppercase in MODULE mode in
configure.cmake which allowed Protobuf targets be found for tests
and tools. Make this double lookup procedure explicit. All efforts
to support ubuntu/debian platforms, that decline to deliver protobuf
Config files.

Drive-by, use the correct variable to check that Protobuf is found
in golang grpc test server.

Pick-to: 6.9
Change-Id: I50d17aec72540a472bff30782d83e4555c51604a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2025-01-31 15:43:29 +01:00
..
auto Use double lookup for protobuf/Protobuf packages 2025-01-31 15:43:29 +01:00
benchmarks
manual grpc benchmarks: add ssl options and capabilities 2025-01-30 11:29:04 +01:00
CMakeLists.txt