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()