Skip to content

VS: Add compiler flag table entry for -FI followed by separate argument

Brad King requested to merge brad.king/cmake:vs-FI-space into master

The MSVC /FI flag accepts an attached value or a following argument. Previously our flag tables only had entries for the former. Add the latter.

Fixes: #23382 (closed)

Merge request reports