Skip to content

Commit

Permalink
Remove ament_generate_version_header for joint_limits
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed May 10, 2024
1 parent 981a57e commit 132acab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion joint_limits/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ install(TARGETS joint_limits
ament_export_targets(export_joint_limits HAS_LIBRARY_TARGET)
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})
ament_package()
ament_generate_version_header(${PROJECT_NAME})
# TODO(anyone) uncomment if https://github.com/ament/ament_cmake/pull/526 is merged
# ament_generate_version_header(${PROJECT_NAME})
3 changes: 2 additions & 1 deletion joint_limits/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<url type="repository">https://github.com/ros-controls/ros2_control</url>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_gen_version_h</buildtool_depend>
<!-- TODO(anyone) uncomment if https://github.com/ament/ament_cmake/pull/526 is merged -->
<!-- <buildtool_depend>ament_cmake_gen_version_h</buildtool_depend> -->

<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
Expand Down

0 comments on commit 132acab

Please sign in to comment.