mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-27 14:23:06 -05:00
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