From fffbe5972cb619f950ab025285419ca3e544a6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Tue, 3 Mar 2020 10:44:37 +0100 Subject: [PATCH] removed ament_cmake from package and cmakelists.txt (#989) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández --- rclcpp/CMakeLists.txt | 1 - rclcpp/package.xml | 2 -- 2 files changed, 3 deletions(-) diff --git a/rclcpp/CMakeLists.txt b/rclcpp/CMakeLists.txt index 603e6b0..b900f56 100644 --- a/rclcpp/CMakeLists.txt +++ b/rclcpp/CMakeLists.txt @@ -137,7 +137,6 @@ install( ament_export_include_directories(include) ament_export_libraries(${PROJECT_NAME}) -ament_export_dependencies(ament_cmake) ament_export_dependencies(rcl) ament_export_dependencies(rcpputils) ament_export_dependencies(rcutils) diff --git a/rclcpp/package.xml b/rclcpp/package.xml index 2ebb8f7..65c877f 100644 --- a/rclcpp/package.xml +++ b/rclcpp/package.xml @@ -29,8 +29,6 @@ rmw tracetools - ament_cmake - ament_cmake_gmock ament_cmake_gtest ament_lint_auto