Skip to content

Commit c9dc428

Browse files
Update CMakeLists.txt
1 parent 8b71c59 commit c9dc428

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

basic_mobile_robot/CMakeLists.txt

-9
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ endif()
1919
find_package(ament_cmake REQUIRED)
2020
find_package(ament_cmake_python REQUIRED)
2121
find_package(rclpy REQUIRED)
22-
# uncomment the following section in order to fill in
23-
# further dependencies manually.
24-
# find_package(<dependency> REQUIRED)
2522

2623
install(
2724
DIRECTORY config launch maps meshes models params rviz src worlds
@@ -39,12 +36,6 @@ install(PROGRAMS
3936

4037
if(BUILD_TESTING)
4138
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)
4839
ament_lint_auto_find_test_dependencies()
4940
endif()
5041

0 commit comments

Comments
 (0)