Skip to content

Commit

Permalink
disable cppcheck (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten1987 authored Feb 13, 2019
1 parent 3397b46 commit 4964757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rosbag2_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
find_package(test_msgs REQUIRED)
find_package(rosbag2_test_common REQUIRED)
# explicitly disable cppcheck
set(ament_cmake_cppcheck_FOUND TRUE)
ament_lint_auto_find_test_dependencies()

ament_add_gmock(test_info
Expand Down

0 comments on commit 4964757

Please sign in to comment.