-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build on ArchLinux with recent version of protobuf #53962
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or fix the CI?
I aslo build QGIS in ArchLinux, fix build only use find_package Config Mode. the new way use Protobuf is just add .proto file as last parameter to add_library() function.
Unless Ubuntu update the version of Protobuf package , CI will always fail. https://github.com/protocolbuffers/protobuf/blob/main/examples/CMakeLists.txt |
f07b6c6
to
3754e38
Compare
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
Description
Apply patch from QGIS Arch package: https://gitlab.archlinux.org/archlinux/packaging/packages/qgis/-/blob/94f9630063006f9e1876482f73764f50fee5531b/protobuf-23.patch