Skip to content

Commit 34eeb60

Browse files
author
Caio Freitas
committed
Update TinyXML2 dependency on CMakeLists.txt
1 parent 8c08f8c commit 34eeb60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

admittance_controller/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
2323
tf2_geometry_msgs
2424
tf2_kdl
2525
tf2_ros
26-
tinyxml2
26+
TinyXML2
2727
trajectory_msgs
2828
)
2929

@@ -66,7 +66,8 @@ target_link_libraries(admittance_controller PUBLIC
6666
${geometry_msgs_TARGETS}
6767
${trajectory_msgs_TARGETS}
6868
${control_msgs_TARGETS}
69-
${tf2_geometry_msgs_TARGETS})
69+
${tf2_geometry_msgs_TARGETS}
70+
${TinyXML2_LIBRARIES})
7071

7172
pluginlib_export_plugin_description_file(controller_interface admittance_controller.xml)
7273

0 commit comments

Comments
 (0)