We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d2711 commit 65e8e28Copy full SHA for 65e8e28
1 file changed
rclcpp_lifecycle/CMakeLists.txt
@@ -60,10 +60,11 @@ if(BUILD_TESTING)
60
find_package(ament_lint_auto REQUIRED)
61
# Give cppcheck hints about macro definitions coming from outside this package
62
set(ament_cmake_cppcheck_ADDITIONAL_INCLUDE_DIRS ${rclcpp_INCLUDE_DIRS})
63
+ list(APPEND AMENT_LINT_AUTO_EXCLUDE "ament_cmake_cppcheck")
64
ament_lint_auto_find_test_dependencies()
65
66
find_package(ament_cmake_cppcheck REQUIRED)
- # cppcheck is being added elsewhere
67
+ ament_cppcheck()
68
set_tests_properties(cppcheck PROPERTIES TIMEOUT 360)
69
70
find_package(performance_test_fixture REQUIRED)
0 commit comments