https://bugs.kde.org/show_bug.cgi?id=460245
--- Comment #1 from Milian Wolff <[email protected]> --- the issue is that it's using `add_custom_target` which is always dirty. in practice, `add_custom_target` should basically never be used imo - it would be much better to rewrite this to leverage `add_custom_command` instead, such that dependencies can be properly tracked. but that would require us to pass a target along to the macro that can be associated with the command - otherwise it would never be build. a pity that one cannot use `ALL` for `add_custom_command` :( very nasty, I wonder why no-one else complained about this yet :) -- You are receiving this mail because: You are watching all bug changes.
