Skip to content

Commit

Permalink
Do not use component targets in ament_target_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Sep 19, 2024
1 parent 95ff99b commit 1956708
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ target_link_libraries(Create3Hmi
)
ament_target_dependencies(Create3Hmi
gz_gui_vendor
gz-gui::gz-gui
gz-gui
)

install(
Expand Down

0 comments on commit 1956708

Please sign in to comment.