Skip to content

Commit

Permalink
Make correct target depend on urdfdom_headers::urdfdom_headers (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz authored Apr 5, 2022
1 parent 1891169 commit 4fae6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdformat_urdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ add_library(sdformat_urdf SHARED
)
target_link_libraries(sdformat_urdf PUBLIC
sdformat9::sdformat9
urdfdom_headers::urdfdom_headers
)
target_link_libraries(sdformat_urdf PRIVATE
rcutils::rcutils
Expand All @@ -46,7 +47,6 @@ target_link_libraries(sdformat_urdf_plugin PRIVATE
sdformat_urdf
tinyxml2::tinyxml2
urdf_parser_plugin::urdf_parser_plugin
urdfdom_headers::urdfdom_headers
)

ament_export_dependencies(pluginlib)
Expand Down

0 comments on commit 4fae6b1

Please sign in to comment.