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

bugfix non-export of rosjava maven's environment variable.

parent 60f68be6
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,8 @@ macro(_rosjava_env) ...@@ -44,6 +44,8 @@ macro(_rosjava_env)
set(ROSJAVA_ENV $ENV{ROS_MAVEN_DEPLOYMENT_PATH}) set(ROSJAVA_ENV $ENV{ROS_MAVEN_DEPLOYMENT_PATH})
if(NOT ROSJAVA_ENV) if(NOT ROSJAVA_ENV)
set(ROSJAVA_ENV "ROS_MAVEN_DEPLOYMENT_PATH=${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}") set(ROSJAVA_ENV "ROS_MAVEN_DEPLOYMENT_PATH=${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}")
else()
set(ROSJAVA_ENV "ROS_MAVEN_DEPLOYMENT_PATH=${ROSJAVA_ENV}")
endif() endif()
endmacro() endmacro()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment