Skip to content

Commit

Permalink
removed humble lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyum committed Nov 12, 2024
1 parent 6c597d3 commit 781cb2d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ install(DIRECTORY bag DESTINATION share/dual_laser_merger)
install(DIRECTORY config DESTINATION share/dual_laser_merger)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
set(ament_cmake_copyright_FOUND TRUE)
set(ament_cmake_cpplint_FOUND TRUE)
set(ament_flake8_FOUND TRUE)
set(ament_pep257_FOUND TRUE)
set(ament_xmllint_FOUND TRUE)
ament_lint_auto_find_test_dependencies()
#find_package(ament_lint_auto REQUIRED)
#set(ament_cmake_copyright_FOUND TRUE)
#set(ament_cmake_cpplint_FOUND TRUE)
#set(ament_flake8_FOUND TRUE)
#set(ament_pep257_FOUND TRUE)
#set(ament_xmllint_FOUND TRUE)
#ament_lint_auto_find_test_dependencies()
endif()

ament_auto_package()

0 comments on commit 781cb2d

Please sign in to comment.