Closed traversaro closed 1 year ago
@scpeters I think we should merge this to avoid that all other PRs have a failing Windows build, such as in https://github.com/gazebosim/gazebo-classic/pull/3309 .
The proper fix is proposed in https://github.com/gazebosim/gazebo-classic/pull/3331, so I think we can close this workaround PR.
🦟 Bug fix
Summary
Workaround for https://github.com/gazebosim/gazebo-classic/pull/3330 . protobuf 22/23 brought many changes, so to fully support it we need to solve the following two issues:
Until then, to get the Windows build to work it is easier to just pin libprotobuf to 3 .
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.