Skip to content
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

ament_export_interfaces: CMake deprecation warnings for foxy #256

Closed
francocipollone opened this issue May 23, 2022 · 1 comment
Closed

Comments

@francocipollone
Copy link
Collaborator

CMake Deprecation Warning at /opt/ros/foxy/share/ament_cmake_export_interfaces/cmake/ament_export_interfaces.cmake:37 (message):
  ament_export_interfaces() is deprecated, use ament_export_targets() instead
Call Stack (most recent call first):
  CMakeLists.txt:85 (ament_export_interfaces)

Victory condition

Use ament_export_targets instead of ament_export_interfaces

@francocipollone
Copy link
Collaborator Author

Also, using ament_export_libraries is superflous when using ament_export_targets so it could be avoided for consistency, See here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant