Skip to content
Snippets Groups Projects
Commit e43dc7e6 authored by Johannes Meyer's avatar Johannes Meyer Committed by GitHub
Browse files

Fix non-existent dependency warning for the catkin API (fix #7)

parent ea811a63
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,6 @@ macro(generate_rosjava_messages)
set(build_dir_to_be_cleaned_list)
foreach(pkg ${ARG_PACKAGES})
list(APPEND build_dir_to_be_cleaned_list "${CMAKE_CURRENT_BINARY_DIR}/${pkg}")
add_dependencies(${PROJECT_NAME}_generate_artifacts ${pkg}_generate_messages)
endforeach()
set_directory_properties(PROPERTY ADDITIONAL_MAKE_CLEAN_FILES "${build_dir_to_be_cleaned_list}")
endmacro()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment