Skip to content

Commit

Permalink
Install binaries to package folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Jul 29, 2016
1 parent bb22996 commit c2ade63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install(
TARGETS "${PROJECT_NAME}"
ARCHIVE DESTINATION "${CATKIN_PACKAGE_LIB_DESTINATION}"
LIBRARY DESTINATION "${CATKIN_PACKAGE_LIB_DESTINATION}"
RUNTIME DESTINATION "${CATKIN_GLOBAL_BIN_DESTINATION}"
RUNTIME DESTINATION "${CATKIN_PACKAGE_BIN_DESTINATION}"
)

install(
Expand Down

0 comments on commit c2ade63

Please sign in to comment.