Description
What:
At the moment, the build on Windows fails with: failure.win.txt
Why:
The recent version of `libprotobuf` generates code that depends on `abseil`. It can lead to issues for downstream consumers of the library. Example: https://github.com/protocolbuffers/protobuf/issues/11920
Potential Resolution:
The `orc::protobuf` interface target depends on our hand-rolled find module for `libprotobuf`. The recent versions of `libprotobuf` provide their own CMake configs. We can check for the existence of the config and use the hand-rolled version as a fallback.
Attachments
Attachments
Issue Links
- links to