dependency order (#301)
This commit is contained in:
parent
e3d4995383
commit
9603db7b7d
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ macro(targets)
|
|||
src/transition.cpp
|
||||
)
|
||||
ament_target_dependencies(rclcpp_lifecycle${target_suffix}
|
||||
"rclcpp${target_suffix}"
|
||||
"lifecycle_msgs"
|
||||
"rcl_lifecycle${target_suffix}"
|
||||
"lifecycle_msgs")
|
||||
"rclcpp${target_suffix}")
|
||||
|
||||
# Causes the visibility macros to use dllexport rather than dllimport,
|
||||
# which is appropriate when building the dll but not consuming it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue