Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Nov 4, 2024
1 parent 32b96e7 commit e1a478e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion j2735_v2x_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ else() # ROS 2
test/test_to_floating_point.cpp
)

rosidl_target_interfaces(j2735_v2x_msgs_tests ${PROJECT_NAME} "rosidl_typesupport_cpp")
target_link_libraries(j2735_v2x_msgs_tests
${rosidl_get_typesupport_target(${PROJECT_NAME} "rosidl_typesupport_cpp")}
)
endif()

endif()
Expand Down

0 comments on commit e1a478e

Please sign in to comment.