BluEye-Robotics / ProtocolDefinitions

Collection of protocol definitions for the Blueye Pioneer
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Update CMakeLists and model enum #129

Closed johannesschrimpf closed 9 months ago

johannesschrimpf commented 9 months ago

Newer protobuf versions use the abseil library. While protobuf's own cmake files detect the correct libraries to link to, cmake's FindProtobuf is not aware of the new dependency. Using protobuf's own cmake files would be the cleaner way to do it, however, yocto seems to be confused between the host and target dependencies, therefore, we use for now a workaround.