dependency order (#301)

This commit is contained in:
Mikael Arguedas 2017-01-05 17:27:53 +01:00 committed by GitHub
parent e3d4995383
commit 9603db7b7d

View file

@ -29,9 +29,9 @@ macro(targets)
src/transition.cpp src/transition.cpp
) )
ament_target_dependencies(rclcpp_lifecycle${target_suffix} ament_target_dependencies(rclcpp_lifecycle${target_suffix}
"rclcpp${target_suffix}" "lifecycle_msgs"
"rcl_lifecycle${target_suffix}" "rcl_lifecycle${target_suffix}"
"lifecycle_msgs") "rclcpp${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.