Skip to content
Snippets Groups Projects
Unverified Commit 36d73c57 authored by Ruffin's avatar Ruffin Committed by GitHub
Browse files

Replace deprecated ament_export_interfaces (#1669)

with ament_export_targets
See notice here:
https://index.ros.org/doc/ros2/Releases/Release-Foxy-Fitzroy/
parent dafcffa7
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ if(BUILD_TESTING)
endif()
ament_export_include_directories(include)
ament_export_interfaces(${library_name} HAS_LIBRARY_TARGET)
ament_export_targets(${library_name} HAS_LIBRARY_TARGET)
ament_export_dependencies(
Qt5
rviz_common
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment