From 604cf571e718025b769e51b51e1a110ebae235f5 Mon Sep 17 00:00:00 2001 From: Robert Dyro Date: Mon, 10 Jul 2023 13:57:04 -0700 Subject: [PATCH] fix --- ff_srvs/CMakeLists.txt | 7 ------- freeflyer/CMakeLists.txt | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ff_srvs/CMakeLists.txt b/ff_srvs/CMakeLists.txt index 0f0a3d4..64671cf 100644 --- a/ff_srvs/CMakeLists.txt +++ b/ff_srvs/CMakeLists.txt @@ -18,13 +18,6 @@ rosidl_generate_interfaces(${PROJECT_NAME} if(BUILD_TESTING) find_package(ament_lint_auto REQUIRED) - # the following line skips the linter which checks for copyrights - # comment the line when a copyright and license is added to all source files - set(ament_cmake_copyright_FOUND TRUE) - # the following line skips cpplint (only works in a git repo) - # comment the line when this package is in a git repo and when - # a copyright and license is added to all source files - set(ament_cmake_cpplint_FOUND TRUE) ament_lint_auto_find_test_dependencies() endif() diff --git a/freeflyer/CMakeLists.txt b/freeflyer/CMakeLists.txt index 36df4eb..950a6b6 100644 --- a/freeflyer/CMakeLists.txt +++ b/freeflyer/CMakeLists.txt @@ -17,6 +17,13 @@ install(DIRECTORY launch if(BUILD_TESTING) find_package(ament_lint_auto REQUIRED) + # the following line skips the linter which checks for copyrights + # comment the line when a copyright and license is added to all source files + set(ament_cmake_copyright_FOUND TRUE) + # the following line skips cpplint (only works in a git repo) + # comment the line when this package is in a git repo and when + # a copyright and license is added to all source files + set(ament_cmake_cpplint_FOUND TRUE) ament_lint_auto_find_test_dependencies() endif()