Skip to content

Commit

Permalink
Fix cppcheck warning on Windwos (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Jul 26, 2024
1 parent 93e2cd7 commit 0b201ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ament_export_dependencies(rclcpp rcutils std_msgs)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
set(ament_cmake_cppcheck_LANGUAGE "c++")
find_package(rclcpp_lifecycle REQUIRED)
find_package(sensor_msgs REQUIRED)

Expand Down

0 comments on commit 0b201ad

Please sign in to comment.