Skip to content

Commit

Permalink
fix shebang line for python3 (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed Jun 1, 2020
1 parent f9449bf commit 8d9c5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ install(DIRECTORY resource
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

install(PROGRAMS scripts/rqt_topic
catkin_install_python(PROGRAMS scripts/rqt_topic
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

0 comments on commit 8d9c5a6

Please sign in to comment.