From 67c12d70bef5f7d2f489791685947c414e67fa7d Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 22 May 2024 09:17:32 +0200 Subject: [PATCH] Remove auto-lint for description package --- my_robot_cell/my_robot_cell_description/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/my_robot_cell/my_robot_cell_description/CMakeLists.txt b/my_robot_cell/my_robot_cell_description/CMakeLists.txt index 84b24e8..75fe522 100644 --- a/my_robot_cell/my_robot_cell_description/CMakeLists.txt +++ b/my_robot_cell/my_robot_cell_description/CMakeLists.txt @@ -8,9 +8,4 @@ install( DESTINATION share/${PROJECT_NAME} ) -if(BUILD_TESTING) - find_package(ament_lint_auto REQUIRED) - set(ament_cmake_copyright_FOUND TRUE) - ament_lint_auto_find_test_dependencies() -endif() ament_package()