Skip to content

Delete ament_export_include_directories() and ament_export_libraries() calls #3285

Description

@sloretz

We use ament_export_targets() to export modern CMake targets. Downstream packages should use these modern CMake targets instead of old CMake variables. Because the packages below already call ament_export_targets(), we can delete the ament_export_include_directories() and ament_export_libraries() calls.

Modify the following files and delete the ament_export_include_directories() and ament_export_libraries() calls:

  • rclcpp/CMakeLists.txt
  • rclcpp_action/CMakeLists.txt
  • rclcpp_components/CMakeLists.txt
  • rclcpp_lifecycle/CMakeLists.txt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions