Skip to content

Commit

Permalink
Fix build order (#615)
Browse files Browse the repository at this point in the history
Messages need to be built before subt_ros_relay.
  • Loading branch information
peci1 authored Sep 18, 2020
1 parent 247de6b commit 52d5b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subt_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ target_link_libraries(subt_ros_relay
ignition-transport7::ignition-transport7
${catkin_LIBRARIES}
)
add_dependencies(subt_ros_relay ${catkin_EXPORTED_TARGETS})
add_dependencies(subt_ros_relay ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})

add_executable(set_pose_relay src/SetPoseRelay.cc)
target_include_directories(set_pose_relay
Expand Down

0 comments on commit 52d5b26

Please sign in to comment.