Skip to content
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 systems with new versions of protobuf library #7372

Merged
merged 4 commits into from
Jan 7, 2025

Conversation

DarthGandalf
Copy link
Contributor

No description provided.

TheGag96 and others added 2 commits January 7, 2025 22:13
FindProtobuf provided by CMake forgets that it should depend on libabsl,
and link fails.

This change makes it to use files provided by Protobuf library, which
don't miss that important detail. That also required switch from
protobuf_generate_cpp() to protobuf_generate() because that's the
function which it has. FindProtobuf.cmake also provides
protobuf_generate() but only since CMake 3.13.

Fix clementine-player#7272
@hatstand hatstand merged commit fe3599c into clementine-player:master Jan 7, 2025
13 checks passed
@DarthGandalf DarthGandalf deleted the protobuf branch January 7, 2025 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants