This diff adds a macro for appending a flag to a given variable. This is
a refactoring only change.
Depends on D2653
Differential D2654
[CMAKE] Add an append_flag_to_variable facility Fabien on Mar 6 2019, 11:55. Authored by
Details
Diff Detail
Event TimelineComment Actions Unless there is something more that append_flag_to_variable is supposed to do, this really sound to me like the kind of contraption you'd find in J2EE. Command line are space agnostics, so it really doesn't matter, and create a level of indirection for nothing. Comment Actions This is purely aesthetic, no functional change intended here. If you're uncomfortable with it I can just abandon it, it won't hurt. |