Skip to content

Commit 6dfab66

Browse files
authored
Use tinyxml2 package instead of deprecated tinyxml2_vendor (#2833)
1 parent eba8665 commit 6dfab66

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

hardware_interface/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
1414
rcutils
1515
realtime_tools
1616
TinyXML2
17-
tinyxml2_vendor
1817
joint_limits
1918
urdf
2019
pal_statistics
@@ -50,7 +49,6 @@ target_link_libraries(hardware_interface PUBLIC
5049
rcpputils::rcpputils
5150
${joint_limits_TARGETS}
5251
${TinyXML2_LIBRARIES}
53-
${tinyxml2_vendor_LIBRARIES}
5452
${pal_statistics_LIBRARIES}
5553
${control_msgs_TARGETS}
5654
${lifecycle_msgs_TARGETS}

hardware_interface/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<depend>rcpputils</depend>
2424
<depend>realtime_tools</depend>
2525
<depend>sdformat_urdf</depend>
26-
<depend>tinyxml2_vendor</depend>
26+
<depend>tinyxml2</depend>
2727
<depend>urdf</depend>
2828
<depend>fmt</depend>
2929

0 commit comments

Comments
 (0)