Skip to content

Commit

Permalink
Fix linking order
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 9, 2024
1 parent 325729b commit 95b4a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mujoco_ros_mocap_plugin/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ add_dependencies(mocap_test
)

target_link_libraries(mocap_test
${catkin_LIBRARIES}
${PROJECT_NAME}
${catkin_LIBRARIES}
)

0 comments on commit 95b4a68

Please sign in to comment.