Replies: 1 comment
-
The library is meant to be used by defining |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been integrating the MCAP C++ library for the first time with CMake + Conan, and it appears that the conan library is header-only. This predictably means that classes like
McapReader
generate linker errors when used. I've resolved the issue by switching to the instructions in the mcap builder repo.Is the conan package intended to provide the full library functionality or is this not supported? Happy to file a more detailed bug report if helpful.
Beta Was this translation helpful? Give feedback.
All reactions