Skip to content

Commit bdb24da

Browse files
authored
Merge pull request rosjava#13 from meyerj/patch-1
Fix non-existent dependency warning for the catkin API (fix rosjava#7)
2 parents ea811a6 + e43dc7e commit bdb24da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/genjava-catkin-api.cmake.em

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ macro(generate_rosjava_messages)
5252
set(build_dir_to_be_cleaned_list)
5353
foreach(pkg ${ARG_PACKAGES})
5454
list(APPEND build_dir_to_be_cleaned_list "${CMAKE_CURRENT_BINARY_DIR}/${pkg}")
55-
add_dependencies(${PROJECT_NAME}_generate_artifacts ${pkg}_generate_messages)
5655
endforeach()
5756
set_directory_properties(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "${build_dir_to_be_cleaned_list}")
5857
endmacro()

0 commit comments

Comments
 (0)