Skip to content

Commit

Permalink
Skip ament_copyright check in Humble distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Oct 6, 2024
1 parent fbe36f9 commit 0e57180
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ install(TARGETS ${PROJECT_NAME}

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)

# Skip ament_copyright check for humble
if($ENV{ROS_DISTRO} STREQUAL "humble")
set(ament_cmake_copyright_FOUND TRUE)
endif()

ament_lint_auto_find_test_dependencies()
endif()

Expand Down

0 comments on commit 0e57180

Please sign in to comment.