Skip to content

Commit

Permalink
remove __init__.py install
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Feb 2, 2023
1 parent 07ff2fc commit 8c8508b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ rosidl_write_generator_arguments(

if(NOT rosidl_generate_interfaces_SKIP_INSTALL)
if(${PROJECT_NAME} IN_LIST AMENT_CMAKE_PYTHON_INSTALL_INSTALLED_NAMES)
ament_python_install_module("${_output_path}/__init__.py"
DESTINATION_SUFFIX "${PROJECT_NAME}"
)

# TODO(esteve): replace this with ament_python_install_module and allow a list
# of modules to be passed instead of iterating over _generated_py_files
# See https://github.com/ros2/rosidl/issues/89
Expand Down

0 comments on commit 8c8508b

Please sign in to comment.