Skip to content

Commit

Permalink
Replace deprecated ament_export_interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl authored Apr 29, 2020
1 parent bc6a41d commit edf9b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_rviz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edf9b9a

Please sign in to comment.