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 7f975c5 commit de58890Copy full SHA for de58890
turtlebot3_follower/CMakeLists.txt
@@ -42,16 +42,4 @@ install(
42
DESTINATION share/${PROJECT_NAME}
43
)
44
45
-if(BUILD_TESTING)
46
- find_package(ament_lint_auto REQUIRED)
47
- # the following line skips the linter which checks for copyrights
48
- # comment the line when a copyright and license is added to all source files
49
- set(ament_cmake_copyright_FOUND TRUE)
50
- # the following line skips cpplint (only works in a git repo)
51
- # comment the line when this package is in a git repo and when
52
- # a copyright and license is added to all source files
53
- set(ament_cmake_cpplint_FOUND TRUE)
54
- ament_lint_auto_find_test_dependencies()
55
-endif()
56
-
57
ament_package()
0 commit comments