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 c4800f2 commit e62784bCopy full SHA for e62784b
fuse_models/CMakeLists.txt
@@ -83,6 +83,13 @@ target_link_libraries(${PROJECT_NAME}
83
84
if(BUILD_TESTING)
85
find_package(ament_lint_auto REQUIRED)
86
+
87
+ # This is because these two files have unsuitable copyrights
88
+ set(_linter_excludes
89
+ test/test_sensor_proc.cpp
90
+ test/test_unicycle_2d.cpp
91
+ )
92
+ set(AMENT_LINT_AUTO_FILE_EXCLUDE ${_linter_excludes})
93
ament_lint_auto_find_test_dependencies()
94
add_subdirectory(test)
95
add_subdirectory(benchmark)
0 commit comments