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

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

Merged
merged 1 commit into from
Aug 4, 2017

Conversation

meyerj
Copy link
Contributor

@meyerj meyerj commented Aug 3, 2017

Does the generator for Java artifacts depend on the artifacts generated by any other generator? If not, this dependency can be removed. If yes, it should explicitly depend on the target generated by the respective generator, e.g. ${pkg}_generate_messages_py.

Catkin does not export the target ${pkg}_generate_messages, so for isolated builds (e.g. with catkin_make_isolated or catkin_tools) this target does not exist, which triggers the CMake warning reported in #7.

@adamantivm
Copy link
Contributor

Thanks @meyerj

@adamantivm adamantivm merged commit bdb24da into rosjava:kinetic Aug 4, 2017
@meyerj meyerj deleted the patch-1 branch August 9, 2017 11:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants