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

bugfix rosjava install tasks.

parent a0755a4b
Branches hydro
Tags 0.1.24
No related merge requests found
...@@ -43,7 +43,7 @@ endmacro() ...@@ -43,7 +43,7 @@ endmacro()
macro(catkin_rosjava_setup) macro(catkin_rosjava_setup)
find_gradle() find_gradle()
if( ${ARGC} EQUAL 0 ) if( ${ARGC} EQUAL 0 )
set(gradle_tasks "install installApp") set(gradle_tasks "install;installApp")
else() else()
string(REPLACE ";" " " gradle_tasks "${ARGV}") string(REPLACE ";" " " gradle_tasks "${ARGV}")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment