Skip to content

Restore support for backslashes in initial language-wide flags

Brad King requested to merge brad.king/cmake:flags-with-backslash into master

Refactoring in !5863 (merged) added an extra macro layer through which flag strings are passed. That caused an extra level of argument re-parsing, and broke flags with backslashes. Pass flags to the helper macro through variable names instead.

Fixes: #22041 (closed)
Backport: release

Merge request reports