Skip to content

Commit 9c84eb7

Browse files
Reactivate generate_version_header (ros-controls#1544)
1 parent 765241e commit 9c84eb7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

joint_limits/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,4 @@ install(TARGETS joint_limits
6262
ament_export_targets(export_joint_limits HAS_LIBRARY_TARGET)
6363
ament_export_dependencies(${THIS_PACKAGE_INCLUDE_DEPENDS})
6464
ament_package()
65-
# TODO(anyone) uncomment if https://github.com/ament/ament_cmake/pull/526 is merged
66-
# ament_generate_version_header(${PROJECT_NAME})
65+
ament_generate_version_header(${PROJECT_NAME})

joint_limits/package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<url type="repository">https://github.com/ros-controls/ros2_control</url>
1414

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

1918
<depend>rclcpp</depend>
2019
<depend>rclcpp_lifecycle</depend>

0 commit comments

Comments
 (0)