Skip to content

Commit

Permalink
Fix tf2_geometry_msgs_INCLUDE_DIRS. (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeating-planted authored Nov 20, 2024
1 parent 247fd08 commit abea0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf2_geometry_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ endif()
install(TARGETS ${PROJECT_NAME} EXPORT export_${PROJECT_NAME})
install(DIRECTORY include/ DESTINATION include/${PROJECT_NAME})

ament_export_include_directories("include/${PROJECT_NAME}")
ament_export_targets(export_${PROJECT_NAME})
ament_export_dependencies(
"geometry_msgs"
Expand Down

0 comments on commit abea0e9

Please sign in to comment.