Skip to content

Commit de58890

Browse files
committed
remove build test in cmake of follower
Signed-off-by: Hyungyu Kim <[email protected]>
1 parent 7f975c5 commit de58890

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

turtlebot3_follower/CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,4 @@ install(
4242
DESTINATION share/${PROJECT_NAME}
4343
)
4444

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-
5745
ament_package()

0 commit comments

Comments
 (0)