Skip to content

Commit

Permalink
and fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Dec 5, 2018
1 parent 57aaeb5 commit 88b69bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if(NOT rosidl_generate_interfaces_SKIP_INSTALL)
# of modules to be passed instead of iterating over _generated_py_files
# See https://github.com/ros2/rosidl/issues/89
foreach(_generated_py_dir ${_generated_py_dirs})
install(DIRECTORY "${_output_path}/${_generated_py_dir}"
install(DIRECTORY "${_output_path}/${_generated_py_dir}/"
DESTINATION "${PYTHON_INSTALL_DIR}/${PROJECT_NAME}/${_generated_py_dir}"
PATTERN "*.py"
)
Expand Down

0 comments on commit 88b69bb

Please sign in to comment.