Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Fix non-existent dependency warning for the catkin API (fix #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerj authored Aug 3, 2017
1 parent ea811a6 commit e43dc7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/genjava-catkin-api.cmake.em
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit e43dc7e

Please sign in to comment.