Skip to content

Commit

Permalink
Disable install
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Jan 4, 2024
1 parent 76278eb commit a4db347
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ros/kxr_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ target_link_libraries(kxr_controller
${Eigen_LIBRARIES}
)

install(TARGETS kxr_controller
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
# install(TARGETS kxr_controller
# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
# )
8 changes: 4 additions & 4 deletions 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(config meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)
# foreach(config meshes urdf)
# install(DIRECTORY ${dir}/
# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
# endforeach(dir)

0 comments on commit a4db347

Please sign in to comment.