Closed adamsj-ros closed 4 years ago
I can't comment on it directly because it's not near something being changed, but these lines:
should be replace by one or more target_link_libraries
on the appropriate OpenDDS libraries that need to be used. There is an example of this in this CMakelists file.
I can't comment on it directly because it's not near something being changed, but these lines:
should be replace by one or more
target_link_libraries
on the appropriate OpenDDS libraries that need to be used. There is an example of this in this CMakelists file.
With this PR, I'm trying to add consistency with the sibling repo, rosidl_typesupport_opendds. Since this project currently fails to build and this cmake change would best be verified with a clean build, I'll add a new issue and move this PR forward.
Still very much a WIP but added azure-pipelines.yml to use CI to continue development.