Skip to content

Commit

Permalink
Remove regex_filter_property.hpp from the moc lines. (#1172)
Browse files Browse the repository at this point in the history
Since it has no SLOTS or SIGNALS, we don't need to run
MOC on it.  That will both speed up the compilation and
remove a warning when building.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Mar 18, 2024
1 parent cdf1c21 commit 175110b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rviz_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ set(rviz_common_headers_to_moc
include/rviz_common/properties/property_tree_model.hpp
include/rviz_common/properties/property_tree_with_help.hpp
include/rviz_common/properties/qos_profile_property.hpp
include/rviz_common/properties/regex_filter_property.hpp
include/rviz_common/properties/ros_topic_property.hpp
include/rviz_common/properties/status_list.hpp
include/rviz_common/properties/status_property.hpp
Expand Down

0 comments on commit 175110b

Please sign in to comment.