Skip to content

Commit

Permalink
Remove version requirements from package.xml files
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Mar 21, 2024
1 parent ca20c7a commit a725fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rosidl_typesupport_fastrtps_c/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<build_export_depend>rosidl_typesupport_interface</build_export_depend>

<!-- Needed for headers in this package, or the headers it generates, and also needs to be linked in downstream packages -->
<depend version_gte="2">fastcdr</depend>
<depend>fastcdr</depend>
<depend>rmw</depend>
<depend>rosidl_runtime_c</depend>
<depend>rosidl_typesupport_fastrtps_cpp</depend>
Expand Down
2 changes: 1 addition & 1 deletion rosidl_typesupport_fastrtps_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<build_export_depend>rosidl_typesupport_interface</build_export_depend>

<!-- Needed for headers in this package, or the headers it generates, and also needs to be linked in downstream packages -->
<depend version_gte="2">fastcdr</depend>
<depend>fastcdr</depend>
<depend>rmw</depend>
<depend>rosidl_runtime_c</depend>

Expand Down

0 comments on commit a725fbb

Please sign in to comment.