Skip to content

Commit 7b03fe3

Browse files
authored
Fix shebang for class_loader_headers_update.py (#180)
Signed-off-by: Mike Purvis <[email protected]>
1 parent 8864be3 commit 7b03fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ install(TARGETS ${PROJECT_NAME}
7676
install(DIRECTORY include/class_loader/
7777
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
7878

79-
install(PROGRAMS scripts/class_loader_headers_update.py
79+
catkin_install_python(PROGRAMS scripts/class_loader_headers_update.py
8080
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
8181

8282
if(CATKIN_ENABLE_TESTING)

0 commit comments

Comments
 (0)