Skip to content

Commit

Permalink
Add rviz_rendering dependency to rviz_common (#727)
Browse files Browse the repository at this point in the history
* Add rviz_rendering dependency to rviz_common

Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>

* Remove rviz_rendering from target_link_libraries

Signed-off-by: Rebecca Butler <rebecca@openrobotics.org>
  • Loading branch information
rebecca-butler authored and jacobperron committed Oct 12, 2021
1 parent 90164d1 commit b1c2897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rviz_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ target_link_libraries(rviz_common
PUBLIC
rviz_ogre_vendor::OgreMain
rviz_ogre_vendor::OgreOverlay
rviz_rendering::rviz_rendering
Qt5::Widgets
${TinyXML_LIBRARIES}
)
Expand All @@ -252,6 +251,7 @@ ament_target_dependencies(rviz_common
rclcpp
resource_retriever
rviz_assimp_vendor
rviz_rendering
sensor_msgs
std_msgs
tf2
Expand Down

0 comments on commit b1c2897

Please sign in to comment.