Skip to content

Commit

Permalink
remove not building subscriber_content_filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Sep 19, 2023
1 parent e25f316 commit 94b54d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rclcpp/topics/minimal_subscriber/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ ament_target_dependencies(subscriber_member_function_with_unique_network_flow_en
add_executable(subscriber_not_composable not_composable.cpp)
ament_target_dependencies(subscriber_not_composable rclcpp std_msgs)

add_executable(subscriber_content_filtering content_filtering.cpp)
ament_target_dependencies(subscriber_content_filtering rclcpp std_msgs)

add_library(wait_set_subscriber_library SHARED
wait_set_subscriber.cpp
static_wait_set_subscriber.cpp
Expand Down Expand Up @@ -68,7 +65,6 @@ install(TARGETS
subscriber_member_function_with_type_adapter
subscriber_member_function_with_unique_network_flow_endpoints
subscriber_not_composable
subscriber_content_filtering
DESTINATION lib/${PROJECT_NAME})

if(BUILD_TESTING)
Expand Down

0 comments on commit 94b54d4

Please sign in to comment.