Skip to content

Commit 5f091fc

Browse files
committed
Fix install for launch
1 parent 0adce1b commit 5f091fc

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
@@ -33,5 +33,5 @@ add_dependencies(head_action ${catkin_EXPORTED_TARGETS})
3333
install(TARGETS head_action
3434
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
3535

36-
install(FILES head_action.launch
36+
install(DIRECTORY launch
3737
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

0 commit comments

Comments
 (0)