Skip to content

Commit

Permalink
Drop ignition-math6 from rviz_default_plugins link interface (#833)
Browse files Browse the repository at this point in the history
None of the rviz_default_plugins ABI relies on consumers linking against
ignition-math6 directly.

The alternative is to add the ignition-math6 link directory to the
rviz_default_plugins link interface so that consumers can reliably find
the library.

Signed-off-by: Scott K Logan <logans@cottsay.net>
  • Loading branch information
cottsay committed Feb 22, 2022
1 parent 2a42dda commit 18235c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rviz_default_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ target_include_directories(rviz_default_plugins PUBLIC
target_link_libraries(rviz_default_plugins PUBLIC
rviz_ogre_vendor::OgreMain
rviz_ogre_vendor::OgreOverlay
)

target_link_libraries(rviz_default_plugins PRIVATE
ignition-math6
)

Expand Down

0 comments on commit 18235c5

Please sign in to comment.