Replies: 1 comment
-
Hi @leorich, thanks for using Fast DDS. |
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.
-
Using a top level cmake can be a useful way to build packages together:
However, on 2.14.0,
eprosima_find_package
would fail on line 133 since it doesn't check to see if the target already exists in the context.Adding
AND NOT TARGET ${package}
to the condition on line 131 would let cmake continue execution.Beta Was this translation helpful? Give feedback.
All reactions