Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshv24 committed Sep 4, 2024
1 parent 997c402 commit fc2882d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gazebo/dave_gz_sensor_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ ament_target_dependencies(UnderwaterCamera
)

# Install targets
install(TARGETS UsblTransceiver UsblTransponder sea_pressure_sensor UnderwaterCamera
install(
TARGETS
UsblTransceiver
UsblTransponder
sea_pressure_sensor
UnderwaterCamera
DESTINATION lib/${PROJECT_NAME}
)

Expand Down

0 comments on commit fc2882d

Please sign in to comment.