We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8036d38 commit d3ac243Copy full SHA for d3ac243
mavros_examples/CMakeLists.txt
@@ -30,6 +30,9 @@ install(PROGRAMS
30
)
31
32
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
+
36
find_package(ament_cmake_pytest REQUIRED)
37
find_package(ament_lint_auto REQUIRED)
38
ament_lint_auto_find_test_dependencies()
0 commit comments