Skip to content

Commit

Permalink
Fix shebang for class_loader_headers_update.py (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Purvis <mpurvis@clearpath.ai>
  • Loading branch information
mikepurvis authored Feb 8, 2021
1 parent 8864be3 commit 7b03fe3
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 @@ -76,7 +76,7 @@ install(TARGETS ${PROJECT_NAME}
install(DIRECTORY include/class_loader/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})

install(PROGRAMS scripts/class_loader_headers_update.py
catkin_install_python(PROGRAMS scripts/class_loader_headers_update.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

if(CATKIN_ENABLE_TESTING)
Expand Down

0 comments on commit 7b03fe3

Please sign in to comment.