From 8989bcb7d6f6cea6f05921dffde49dd6817f5b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Casas?= Date: Tue, 6 May 2025 10:53:38 +0000 Subject: [PATCH] Remove fastrtps_cmake_module from CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antón Casas --- micro_ros_agent/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/micro_ros_agent/CMakeLists.txt b/micro_ros_agent/CMakeLists.txt index acc64cc..c635ee4 100644 --- a/micro_ros_agent/CMakeLists.txt +++ b/micro_ros_agent/CMakeLists.txt @@ -35,7 +35,6 @@ find_package(microxrcedds_agent REQUIRED) find_package(rosidl_cmake REQUIRED) find_package(fastcdr REQUIRED) find_package(fastdds REQUIRED) -find_package(fastrtps_cmake_module REQUIRED) find_package(rmw_dds_common REQUIRED) find_package(rmw REQUIRED) find_package(rcutils REQUIRED)