Skip to content

Commit

Permalink
fix shebang line for python3 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored Jun 1, 2020
1 parent c115bc9 commit a066360
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 @@ -17,6 +17,6 @@ install(DIRECTORY resource
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

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

0 comments on commit a066360

Please sign in to comment.