Skip to content

Commit

Permalink
Generate version header with ament_generate_version_header function (#…
Browse files Browse the repository at this point in the history
…190)

Signed-off-by: Sai Kishor Kothakota <[email protected]>
  • Loading branch information
saikishor authored Mar 28, 2024
1 parent 292be11 commit bc0e3cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ install(
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
)
ament_generate_version_header(${PROJECT_NAME})
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<author email="[email protected]">Michael Jeronimo</author>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_gen_version_h</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>

<depend>rcutils</depend>
Expand Down

0 comments on commit bc0e3cf

Please sign in to comment.