Skip to content

Commit

Permalink
Don't pass screw_display.hpp to the moc generator. (#1018)
Browse files Browse the repository at this point in the history
Since it isn't a Qt class, you get a warning from moc:

Note: No relevant classes found. No output generated.

Just skip adding it to the moc list here, which gets rid
of the warning.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Jul 24, 2023
1 parent 8f2e17e commit 071adba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rviz_default_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ set(rviz_default_plugins_headers_to_moc
include/rviz_default_plugins/displays/range/range_display.hpp
include/rviz_default_plugins/displays/relative_humidity/relative_humidity_display.hpp
include/rviz_default_plugins/displays/robot_model/robot_model_display.hpp
include/rviz_default_plugins/displays/screw/screw_display.hpp
include/rviz_default_plugins/displays/temperature/temperature_display.hpp
include/rviz_default_plugins/displays/tf/frame_info.hpp
include/rviz_default_plugins/displays/tf/tf_display.hpp
Expand Down

0 comments on commit 071adba

Please sign in to comment.