finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.73k stars 1.05k forks source link

Integrate protobuf #2471

Closed timbess closed 7 months ago

timbess commented 7 months ago

This integrates protobuf into the cmake build using some modular tooling. We'll now need protoc installed locally to build, this will use that to parse the protobuf version used in the CLI and checkout/build the correct version based on what the user has locally.

Changes:

Depends on this PR being merged.