Skip to content

Commit

Permalink
Fixed error in cmake script
Browse files Browse the repository at this point in the history
  • Loading branch information
richiprosima committed Jan 25, 2016
1 parent 95b3af0 commit 588964d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/dev/java_support.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ macro(gradle_build directory)
set(THIRDPARTY_FOUND true)
else()
if(THIRDPARTY_FOUND)
add_custom_command(TARGET java PRE_BUILD
add_custom_target(git_submodule_update_${arg}
COMMAND git submodule update --recursive --init thirdparty/${arg}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
COMMENT "Updating Git module ${arg}" VERBATIM)
add_dependencies(java git_submodule_update_${arg})
set(THIRDPARTY_FOUND false)
else()
message(FATAL_ERROR "Bad use of gradle_build command")
Expand Down
Binary file modified doc/pdf/Fast RTPS - User Manual.odt
Binary file not shown.

0 comments on commit 588964d

Please sign in to comment.