[qt/qt/qtgrpc]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtgrpc Pushed by mirror-service into branch 'dev'. Changed from 3074ed48e1f03f1b16943abd9ebbb7257566b155 to 9126ca31e0b5c3bfd5f49df3aa720234a2964a0a Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 9126ca31e0b5c3bfd5f49df3aa720234a2964a0a by Joerg Bornemann on 13/08/2026 at 11:49.. CMake: Find ZLIB before gRPC in the standalone examples ...like we do with OpenSSL. And we already did the same fix for tests. The standalone gRPC server examples find gRPC inside a block that sets CMAKE_FIND_PACKAGE_PREFER_CONFIG to TRUE. gRPC's package config exports gRPC::grpc with ZLIB::ZLIB in its link interface, but only resolves that target itself via a guarded "if(NOT ZLIB_FOUND) find_package(ZLIB)". Find ZLIB up front in MODULE mode, before enabling CMAKE_FIND_PACKAGE_PREFER_CONFIG, so that ZLIB::ZLIB exists in the consuming scope before gRPC is found. This mirrors the existing OpenSSL handling and the same fix already done for the standalone tests. Pick-to: 6.12 Change-Id: I63f74abc0b1798ffd73181a7ad716415ce8c1bb6 Reviewed-by: Alexandru Croitor <[email protected]> https://invent.kde.org/qt/qt/qtgrpc/-/commit/9126ca31e0b5c3bfd5f49df3aa720234a2964a0a