Add WITH_PROTOBUF CMake flag for disabling protobuf serialization #7060
Labels
build
Monorepo organization, gradle/cmake, upstream_utils, etc
type: feature
Brand new functionality, features, pages, workflows, endpoints, etc.
SleipnirGroup/Choreo#727 is using wpimath's spline trajectory generator as an initial guess for the optimization problem. Building has proven difficult because it requires protobuf installed in CI. We don't need serialization, so we wrote a Python script to manually patch it out. However, upstream keeps breaking it in nontrivial ways.
An upstream CMake flag like WITH_PROTOBUF that disables protobuf would make our lives easier.
The text was updated successfully, but these errors were encountered: