Skip to content

Commit

Permalink
Resolve cmakelists erros
Browse files Browse the repository at this point in the history
  • Loading branch information
NestorDP committed Aug 11, 2023
1 parent 7d2d469 commit 7450692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion littlebot_bringup/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
find_package(ament_cmake REQUIRED)

install(
DIRECTORY config launch
DIRECTORY launch
DESTINATION share/${PROJECT_NAME}
)

Expand Down
2 changes: 1 addition & 1 deletion littlebot_teleop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install(
)

install(DIRECTORY
launch config
launch
DESTINATION share/${PROJECT_NAME}/
)

Expand Down

0 comments on commit 7450692

Please sign in to comment.