From 87fe4713a9347f00db6cf7a9dadd8e10aa9043ce Mon Sep 17 00:00:00 2001 From: john-maidbot Date: Tue, 10 Oct 2023 19:31:33 -0500 Subject: [PATCH] point_cloud_Transport_plugins is not a build dependency of this package --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f8ca76..957e20e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ endif() find_package(ament_cmake_ros REQUIRED) find_package(point_cloud_transport REQUIRED) -find_package(point_cloud_transport_plugins REQUIRED) find_package(rclcpp REQUIRED) find_package(rcpputils REQUIRED) find_package(rosbag2_cpp REQUIRED)