gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
74 stars 43 forks source link

Use CMake's protobuf module #554

Closed Ryanf55 closed 1 year ago

Ryanf55 commented 1 year ago

🎉 New feature

Relates to https://github.com/gazebosim/gz-cmake/issues/9

Summary

This is removing the need for the custom find script for protobuf.

Test it

Compile on CI

Checklist

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.

Ryanf55 commented 1 year ago

Closing for now to reduce the noise. It can be revisited when CMake+Protobuf work out of the box nicely again.