Skip to content

Commit

Permalink
Use ament_generate_version_header (#1886)
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz committed Feb 15, 2022
1 parent 4c8cfa3 commit 025cd5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,5 @@ if(TEST cppcheck)
set_tests_properties(cppcheck PROPERTIES TIMEOUT 500)
endif()

ament_cmake_gen_version_h()
ament_generate_version_header(${PROJECT_NAME}
INSTALL_PATH "include")

0 comments on commit 025cd5c

Please sign in to comment.