third_party headers shall be excluded from rerun_cpp_sdk #5133
Labels
🪳 bug
Something isn't working
🌊 C++ API
C/C++ API specific
dependencies
concerning crates, pip packages etc
🏎️ Quick Issue
Can be fixed in a few hours or less
⛴ release
Related to shipping or publishing
Milestone
Describe the bug
The headers contains
third_party
folder with cxxopt.hpp which shan't be a part the SDK as it is external dependency and apparently isn't even needed in SDK. Could be added. If really needed, it could be added via CMake similarly to Arrow.To Reproduce
Steps to reproduce the behavior:
Just check: https://github.com/rerun-io/rerun/tree/main/rerun_cpp/src/rerun/third_party
Expected behavior
No
third_party
folderRerun version
0.12.1
The text was updated successfully, but these errors were encountered: