Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additionally use find_package for fastcdr #8

Closed
wants to merge 1 commit into from
Closed

additionally use find_package for fastcdr #8

wants to merge 1 commit into from

Conversation

dirk-thomas
Copy link
Contributor

Without a manifest file it is impossible for ament to detect the dependency on fastcdr if a non-standard function is being used. Therefore FastRTPS is being built without finding FastCDR: http://ci.ros2.org/job/ros2_batch_ci_osx/412/consoleFull#console-section-37

The additional find_package call should not have any side effects. I used the same conditional as within the find_eprosima_package macro.

Without a manifest file it is impossible for ament to detect the dependency on `fastcdr` if a non-standard function is being used. Therefore FastRTPS is being built without finding `FastCDR`: http://ci.ros2.org/job/ros2_batch_ci_osx/412/consoleFull#console-section-37

The additional `find_package` call should not have any side effects. I used the same conditional as within the `find_eprosima_package` macro.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant