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

Commit

Permalink
Merge pull request #13 from meyerj/patch-1
Browse files Browse the repository at this point in the history
Fix non-existent dependency warning for the catkin API (fix #7)
  • Loading branch information
adamantivm committed Aug 4, 2017
2 parents ea811a6 + e43dc7e commit bdb24da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/genjava-catkin-api.cmake.em
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 bdb24da

Please sign in to comment.