EvoLogics / dmac

ROS driver for the Evologics Underwater Modems
Other
10 stars 7 forks source link

install the dmac node #11

Closed AlexanderBarbie closed 4 years ago

AlexanderBarbie commented 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})

okebkal commented 4 years ago

Thanks for the pull request. It solves also this issue, right?

AlexanderBarbie commented 4 years ago

right