Skip to content

Commit

Permalink
chore: add jazzy compile definitions
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <[email protected]>
  • Loading branch information
mitsudome-r committed Jun 25, 2024
1 parent 54542fc commit b33a270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoware_cmake/cmake/autoware_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ macro(autoware_package)
add_compile_definitions(ROS_DISTRO_GALACTIC)
elseif(${ROS_DISTRO} STREQUAL "humble")
add_compile_definitions(ROS_DISTRO_HUMBLE)
elseif(${ROS_DISTRO} STREQUAL "jazzy")
add_compile_definitions(ROS_DISTRO_JAZZY)
endif()

# Find dependencies
Expand Down

0 comments on commit b33a270

Please sign in to comment.