Skip to content

Commit

Permalink
Fix install of generate_urdf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
qiayuanl committed Feb 27, 2023
1 parent c28dcb1 commit 563387c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions legged_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ install(
FILES_MATCHING PATTERN "*.h"
)

install(
DIRECTORY script
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
FILES_MATCHING PATTERN "*.sh"
)
install(PROGRAMS scripts/generate_urdf.sh
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}/scripts
)

File renamed without changes.

0 comments on commit 563387c

Please sign in to comment.