This repository was archived by the owner on Nov 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ endmacro()
43
43
# CATKIN_ENV won't have any configuration, so we need some incoming here.
44
44
# Note that we check for the variable existence as well so we don't
45
45
# override a user setting.
46
- macro (_rosjava_env )
46
+ macro (catkin_rosjava_env_setup )
47
47
set (ROS_GRADLE_VERBOSE $ENV{ROS_GRADLE_VERBOSE})
48
48
set (ROS_MAVEN_DEPLOYMENT_REPOSITORY $ENV{ROS_MAVEN_DEPLOYMENT_REPOSITORY})
49
49
set (ROS_MAVEN_REPOSITORY $ENV{ROS_MAVEN_REPOSITORY})
@@ -69,7 +69,7 @@ endmacro()
69
69
# Calls the gradle wrapper to compile just the package
70
70
# that it is called in with install and installApp targets.
71
71
macro (catkin_rosjava_setup)
72
- _rosjava_env ()
72
+ catkin_rosjava_env_setup ()
73
73
find_gradle ()
74
74
if ( ${ARGC} EQUAL 0 )
75
75
return () # Nothing to do (typically no subprojects created yet)
@@ -123,7 +123,7 @@ endmacro()
123
123
# It checks the build type and determines whether it should run
124
124
# assembleDebug or assembleRelease
125
125
macro (catkin_android_setup)
126
- _rosjava_env ()
126
+ catkin_rosjava_env_setup ()
127
127
find_gradle ()
128
128
if ( ${ARGC} EQUAL 0 )
129
129
return () # Nothing to do (typically no subprojects created yet)
You can’t perform that action at this time.
0 commit comments