dependency order (#105)
This commit is contained in:
parent
b1a30f0ecd
commit
e3c1427591
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ macro(targets)
|
||||||
${rcl_lifecycle_sources})
|
${rcl_lifecycle_sources})
|
||||||
|
|
||||||
ament_target_dependencies(rcl_lifecycle${target_suffix}
|
ament_target_dependencies(rcl_lifecycle${target_suffix}
|
||||||
"rcl${target_suffix}"
|
"lifecycle_msgs"
|
||||||
"lifecycle_msgs")
|
"rcl${target_suffix}")
|
||||||
|
|
||||||
# Causes the visibility macros to use dllexport rather than dllimport,
|
# Causes the visibility macros to use dllexport rather than dllimport,
|
||||||
# which is appropriate when building the dll but not consuming it.
|
# which is appropriate when building the dll but not consuming it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue