Skip to content

Commit

Permalink
Remove use of ament_python_install_package
Browse files Browse the repository at this point in the history
Fix compilation error. Using rosidl_generate_interfaces and
ament_python_install_package does not work.
See ros2/rosidl_python#141
  • Loading branch information
Noel215 committed May 31, 2023
1 parent e6c10f0 commit fe2d116
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound_play/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ rosidl_generate_interfaces(${PROJECT_NAME}
builtin_interfaces
)

ament_python_install_package(${PROJECT_NAME})

install(PROGRAMS
scripts/is_speaking.py
scripts/playbuiltin.py
Expand Down

0 comments on commit fe2d116

Please sign in to comment.