Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add warning if destination flag is ignored (#1179)
If the current target does not produce a file, the -Ddestination flag is currently ignored without warning. This situation may occur commonly when 'default' points to another target, but doesn't produce a file itself. A warning will now be displayed: Warning: Target 'default' does not output a file, so 'destination' has been ignored
- Loading branch information