Skip to content
Snippets Groups Projects
Commit c0319fa7 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[cmake] Install executables in share directory.

parent 9bd494d3
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ install(PROGRAMS
${CMAKE_SOURCE_DIR}/scripts/robot_pose_publisher
${CMAKE_SOURCE_DIR}/scripts/run_command
${CMAKE_SOURCE_DIR}/scripts/tf_publisher
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
message(cmake_install_bindir " is ${CMAKE_INSTALL_BINDIR} ")
install(TARGETS geometric_simu DESTINATION ${CMAKE_INSTALL_BINDIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment