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

assist rospack to ignore the maven directories.

parent 84278e73
No related branches found
No related tags found
No related merge requests found
...@@ -42,3 +42,10 @@ install( ...@@ -42,3 +42,10 @@ install(
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
) )
set(ROS_MAVEN_DEPLOYMENT_REPOSITORY $ENV{ROS_MAVEN_DEPLOYMENT_REPOSITORY})
if(NOT ROS_MAVEN_DEPLOYMENT_REPOSITORY)
set(ROS_MAVEN_DEPLOYMENT_REPOSITORY "${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_SHARE_DESTINATION}/maven")
endif()
file(WRITE ${ROS_MAVEN_DEPLOYMENT_REPOSITORY}/rospack_nosubdirs "")
install(FILES ${ROS_MAVEN_DEPLOYMENT_REPOSITORY}/rospack_nosubdirs
DESTINATION ${CATKIN_GLOBAL_SHARE_DESTINATION}/maven)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment