Skip to content

Commit

Permalink
Remove explicit add for cppcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Perez <[email protected]>
  • Loading branch information
Blast545 committed Jan 2, 2024
1 parent 0fffa55 commit efb7d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp_lifecycle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()

find_package(ament_cmake_cppcheck REQUIRED)
ament_cppcheck()
# cppcheck is being added elsewhere
set_tests_properties(cppcheck PROPERTIES TIMEOUT 360)

find_package(performance_test_fixture REQUIRED)
Expand Down

0 comments on commit efb7d4e

Please sign in to comment.