Skip to content

Commit d3ac243

Browse files
committed
examples: disable copyright check
1 parent 8036d38 commit d3ac243

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mavros_examples/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ install(PROGRAMS
3030
)
3131

3232
if(BUILD_TESTING)
33+
# NOTE(vooon): Does not support our custom triple-license, tiered to make it to work.
34+
list(APPEND AMENT_LINT_AUTO_EXCLUDE ament_cmake_copyright)
35+
3336
find_package(ament_cmake_pytest REQUIRED)
3437
find_package(ament_lint_auto REQUIRED)
3538
ament_lint_auto_find_test_dependencies()

0 commit comments

Comments
 (0)