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

Add support to protobuf 3.25.1 #3394

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 25, 2024

  1. Add support to protobuf 3.25.1

    new-protobuf-cmake-logic.patch
    sergiomb2 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ce29cb7 View commit details
    Browse the repository at this point in the history
  2. Avoid intermediate proto-object library

    The use of proto-object breaks building shared libs and it doesn't make
    sense to install it. Instead of TARGET, use generate_protobuf with OUT_VAR.
    Vogtinator authored and sergiomb2 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8eab7e1 View commit details
    Browse the repository at this point in the history