Skip to content

Commit

Permalink
fix rosjava tasks and install tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Jul 30, 2018
1 parent 6f64de8 commit 62c4f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ project(rosjava_bootstrap)

find_package(catkin REQUIRED rosjava_build_tools)

catkin_rosjava_setup(publish installDist)
catkin_rosjava_setup(publish install)

catkin_package()

##############################################################################
# Installation
##############################################################################

install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_bootstrap/
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_bootstrap)
install(DIRECTORY ${ROS_MAVEN_DEPLOYMENT_REPOSITORY}/org/ros/rosjava_bootstrap
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros)

0 comments on commit 62c4f7b

Please sign in to comment.