Skip to content

Commit

Permalink
Merge pull request Field-Robotics-Lab#41 from Field-Robotics-Lab/fix_…
Browse files Browse the repository at this point in the history
…cmakelists

Update install directories in CMakeLists
  • Loading branch information
mabelzhang authored Sep 1, 2020
2 parents 7a80dc2 + 3a9765c commit 0b9b129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dave_manipulator/predator_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ catkin_package(
# DEPENDS system_lib
)

install(DIRECTORY meshes params robots urdf
install(DIRECTORY params urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
PATTERN "*~" EXCLUDE)
2 changes: 1 addition & 1 deletion uuv_dave/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ find_package(catkin REQUIRED COMPONENTS gazebo_ros)

catkin_package()

install(DIRECTORY launch
install(DIRECTORY launch urdf models worlds
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
PATTERN "*~" EXCLUDE)

0 comments on commit 0b9b129

Please sign in to comment.