We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
Use ament_export_targets instead of ament_export_interfaces
ament_export_targets
ament_export_interfaces
The text was updated successfully, but these errors were encountered:
Also, using ament_export_libraries is superflous when using ament_export_targets so it could be avoided for consistency, See here
ament_export_libraries
Sorry, something went wrong.
No branches or pull requests
Victory condition
Use
ament_export_targets
instead ofament_export_interfaces
The text was updated successfully, but these errors were encountered: