Skip to content
Snippets Groups Projects
Commit a01c057e authored by Daniel Stonier's avatar Daniel Stonier
Browse files

fix install path.

parent 560b9b0b
Branches
Tags
No related merge requests found
##############################################################################
# CMake
##############################################################################
cmake_minimum_required(VERSION 2.8.3)
project(rosjava_core)
##############################################################################
# Catkin
##############################################################################
find_package(catkin REQUIRED rosjava_build_tools)
catkin_rosjava_setup(uploadArchives)
catkin_package()
##############################################################################
# Installation
##############################################################################
install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_core/
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_core)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment