Skip to content

add_custom_command: Add DEPENDS_EXPLICIT_ONLY option for Ninja

Add option DEPENDS_EXPLICIT_ONLY to add_custom_command to indicate that implicit dependencies coming from users of the output are not needed, and only consider dependencies explicitly specified in the custom command.

Fixes: #17097 (closed)

Edited by Brad King

Merge request reports