We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba8665 commit 6dfab66Copy full SHA for 6dfab66
hardware_interface/CMakeLists.txt
@@ -14,7 +14,6 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
14
rcutils
15
realtime_tools
16
TinyXML2
17
- tinyxml2_vendor
18
joint_limits
19
urdf
20
pal_statistics
@@ -50,7 +49,6 @@ target_link_libraries(hardware_interface PUBLIC
50
49
rcpputils::rcpputils
51
${joint_limits_TARGETS}
52
${TinyXML2_LIBRARIES}
53
- ${tinyxml2_vendor_LIBRARIES}
54
${pal_statistics_LIBRARIES}
55
${control_msgs_TARGETS}
56
${lifecycle_msgs_TARGETS}
hardware_interface/package.xml
@@ -23,7 +23,7 @@
23
<depend>rcpputils</depend>
24
<depend>realtime_tools</depend>
25
<depend>sdformat_urdf</depend>
26
- <depend>tinyxml2_vendor</depend>
+ <depend>tinyxml2</depend>
27
<depend>urdf</depend>
28
<depend>fmt</depend>
29
0 commit comments