Skip to content

Commit

Permalink
Avoid rosidl linters in proto2ros vendoring (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai authored Jan 16, 2024
1 parent f315d39 commit 94cac56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions proto2ros/cmake/proto2ros_vendor_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,9 @@ macro(proto2ros_vendor_package target)
${proto2ros_generate_OPTIONS}
)

set(rosidl_generate_interfaces_OPTIONS)
if(NOT ARG_NO_LINT)
list(APPEND rosidl_generate_interfaces_OPTIONS ADD_LINTER_TESTS)
endif()

rosidl_generate_interfaces(
${target} ${ros_messages}
DEPENDENCIES ${ARG_ROS_DEPENDENCIES} builtin_interfaces proto2ros
${rosidl_generate_interfaces_OPTIONS}
)
add_dependencies(${target} ${target}_messages_gen)

Expand Down

0 comments on commit 94cac56

Please sign in to comment.