Open tobim opened 3 weeks ago
Name | Link |
---|---|
Latest commit | 5c7e514cdcb7d166210264f4f45d98c8e1fe5978 |
Latest deploy log | https://app.netlify.com/sites/opentelemetry-cpp-api-docs/deploys/672330d0a950690008e53192 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.88%. Comparing base (
497eaf4
) to head (5c7e514
). Report is 151 commits behind head on main.
The upstream config module from protobuf always declares targets for the protobuf library and protoc of the same platform. This means one of the two is always wrong, as protoc needs to be run on the build machine, but the library must be linked for the "host" platform.
A small change in the CMake scaffold allows the user to pass
-DPROTOBUF_PROTOC_EXECUTABLE=<path/to/protoc>
to cmake when creating the build tree.Fixes # (issue)
Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes