From 79a5a5be2a093dc6968d2a2558c832397615832c Mon Sep 17 00:00:00 2001 From: ijnek Date: Tue, 23 Apr 2024 03:29:01 +0000 Subject: [PATCH] comment out tests for packages that will get removed in future distros Signed-off-by: ijnek --- open_manipulator_x_description/CMakeLists.txt | 8 ++++---- pantilt_bot_description/CMakeLists.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/open_manipulator_x_description/CMakeLists.txt b/open_manipulator_x_description/CMakeLists.txt index a36049e..772b629 100644 --- a/open_manipulator_x_description/CMakeLists.txt +++ b/open_manipulator_x_description/CMakeLists.txt @@ -33,15 +33,15 @@ install(DIRECTORY DESTINATION share/${PROJECT_NAME} ) -if(BUILD_TESTING) - find_package(ament_lint_auto REQUIRED) +# if(BUILD_TESTING) + # find_package(ament_lint_auto REQUIRED) # the following line skips the linter which checks for copyrights # uncomment the line when a copyright and license is not present in all source files #set(ament_cmake_copyright_FOUND TRUE) # the following line skips cpplint (only works in a git repo) # uncomment the line when this package is not in a git repo #set(ament_cmake_cpplint_FOUND TRUE) - ament_lint_auto_find_test_dependencies() -endif() + # ament_lint_auto_find_test_dependencies() +# endif() ament_package() diff --git a/pantilt_bot_description/CMakeLists.txt b/pantilt_bot_description/CMakeLists.txt index cf7d3f5..b5061aa 100644 --- a/pantilt_bot_description/CMakeLists.txt +++ b/pantilt_bot_description/CMakeLists.txt @@ -34,15 +34,15 @@ install(DIRECTORY DESTINATION share/${PROJECT_NAME} ) -if(BUILD_TESTING) - find_package(ament_lint_auto REQUIRED) +# if(BUILD_TESTING) + # find_package(ament_lint_auto REQUIRED) # the following line skips the linter which checks for copyrights # uncomment the line when a copyright and license is not present in all source files #set(ament_cmake_copyright_FOUND TRUE) # the following line skips cpplint (only works in a git repo) # uncomment the line when this package is not in a git repo #set(ament_cmake_cpplint_FOUND TRUE) - ament_lint_auto_find_test_dependencies() -endif() + # ament_lint_auto_find_test_dependencies() +# endif() ament_package()