Closed AlexanderBarbie closed 4 years ago
We want to use the install space instead of the devel space.
Please add after
target_link_libraries(dmac ${catkin_LIBRARIES} )
the following lines to the CMakesLists.txt
install(TARGETS dmac RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
Thanks for the pull request. It solves also this issue, right?
right
We want to use the install space instead of the devel space.
Please add after
target_link_libraries(dmac ${catkin_LIBRARIES} )
the following lines to the CMakesLists.txt
install(TARGETS dmac RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})