Skip to content

Commit

Permalink
Add ament license check to CMake files
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Apr 19, 2024
1 parent 20da650 commit ccc2ddd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schunk_egu_egk_gripper_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ install(
# Test
#--------------------------------------------------------------------------------
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
set(ament_cmake_copyright_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

# Ament package configuration
Expand Down
3 changes: 3 additions & 0 deletions schunk_egu_egk_gripper_examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ install(TARGETS
# Test
#--------------------------------------------------------------------------------
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
set(ament_cmake_copyright_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
endif()

# Ament package configuration
Expand Down

0 comments on commit ccc2ddd

Please sign in to comment.