From 175110b407524c25257c8696c5ad61ccdb476a41 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 18 Mar 2024 16:45:24 -0400 Subject: [PATCH] Remove regex_filter_property.hpp from the moc lines. (#1172) 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 --- rviz_common/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/rviz_common/CMakeLists.txt b/rviz_common/CMakeLists.txt index af8450808..3284eef7a 100644 --- a/rviz_common/CMakeLists.txt +++ b/rviz_common/CMakeLists.txt @@ -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