Skip to content

Commit

Permalink
Fix forward-port: use gz_add_component (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Aug 5, 2022
1 parent 195f80e commit da58993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -148,7 +148,7 @@ target_link_libraries(${thermal_camera_target}
)

set(boundingbox_camera_sources BoundingBoxCameraSensor.cc)
ign_add_component(boundingbox_camera SOURCES ${boundingbox_camera_sources} GET_TARGET_NAME boundingbox_camera_target)
gz_add_component(boundingbox_camera SOURCES ${boundingbox_camera_sources} GET_TARGET_NAME boundingbox_camera_target)
target_link_libraries(${boundingbox_camera_target}
PRIVATE
${camera_target}
Expand Down

0 comments on commit da58993

Please sign in to comment.