Skip to content

Commit

Permalink
modified the CMakeLists.txt to fix wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
robotpilot committed Feb 20, 2018
1 parent 23e8c8d commit bd0e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamixel_workbench_toolbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install(TARGETS dynamixel_workbench_toolbox
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

install(DIRECTORY DynamixelWorkbench/include/dynamixel_workbench/
install(DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
)

Expand Down

0 comments on commit bd0e0b1

Please sign in to comment.