File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ endif()
19
19
find_package (ament_cmake REQUIRED)
20
20
find_package (ament_cmake_python REQUIRED)
21
21
find_package (rclpy REQUIRED)
22
- # uncomment the following section in order to fill in
23
- # further dependencies manually.
24
- # find_package(<dependency> REQUIRED)
25
22
26
23
install (
27
24
DIRECTORY config launch maps meshes models params rviz src worlds
@@ -39,12 +36,6 @@ install(PROGRAMS
39
36
40
37
if (BUILD_TESTING)
41
38
find_package (ament_lint_auto REQUIRED)
42
- # the following line skips the linter which checks for copyrights
43
- # uncomment the line when a copyright and license is not present in all source files
44
- #set(ament_cmake_copyright_FOUND TRUE)
45
- # the following line skips cpplint (only works in a git repo)
46
- # uncomment the line when this package is not in a git repo
47
- #set(ament_cmake_cpplint_FOUND TRUE)
48
39
ament_lint_auto_find_test_dependencies()
49
40
endif ()
50
41
You can’t perform that action at this time.
0 commit comments