Skip to content

Commit 10e6523

Browse files
committed
remove __init__.py install
Signed-off-by: Shingo Kitagawa <[email protected]>
1 parent 07ff2fc commit 10e6523

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake

-4
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ rosidl_write_generator_arguments(
122122

123123
if(NOT rosidl_generate_interfaces_SKIP_INSTALL)
124124
if(${PROJECT_NAME} IN_LIST AMENT_CMAKE_PYTHON_INSTALL_INSTALLED_NAMES)
125-
ament_python_install_module("${_output_path}/__init__.py"
126-
DESTINATION_SUFFIX "${PROJECT_NAME}"
127-
)
128-
129125
# TODO(esteve): replace this with ament_python_install_module and allow a list
130126
# of modules to be passed instead of iterating over _generated_py_files
131127
# See https://github.com/ros2/rosidl/issues/89

0 commit comments

Comments
 (0)