Skip to content

Commit

Permalink
Delete unnecessary directory for install
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Jan 4, 2024
1 parent 967511e commit 57a0bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/kxr_models/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find_package(catkin REQUIRED)
catkin_package()

find_package(roslaunch)
foreach(dir config launch meshes urdf)
foreach(config meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)

0 comments on commit 57a0bb6

Please sign in to comment.