Skip to content

Replace ament_target_dependencies with target_link_libraries #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
robotpilot opened this issue May 27, 2025 · 1 comment
Closed

Replace ament_target_dependencies with target_link_libraries #40

robotpilot opened this issue May 27, 2025 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@robotpilot
Copy link
Member

Starting with the new ROS distribution, ROS 2 Kilted, the function ament_target_dependencies() has been deprecated.
If any sub-packages are still using ament_target_dependencies() within their CMakeLists.txt, please replace it with target_link_libraries().
This update must be applied across all open-source platform packages, including TB3, OpenManipulator, AI Worker, DXL SDK, etc. Failure to do so will result in issues with the Binary Jobs in the rolling distribution.

Reference PRs:

Reference Links:

@robotpilot robotpilot added bug Something isn't working enhancement New feature or request labels May 27, 2025
@github-project-automation github-project-automation bot moved this to 🌱 Todo in Platform May 27, 2025
@robotpilot robotpilot moved this from 🌱 Todo to 📬 Issue in Platform May 27, 2025
@robotpilot robotpilot assigned yun-goon and unassigned GyuH13 May 29, 2025
@robotpilot
Copy link
Member Author

This issue has been resolved. thanks. #41

@github-project-automation github-project-automation bot moved this from 📬 Issue to 🚩Done in Platform May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

3 participants