Skip to content

VS: Fix CSharp support for win32res: and win32icon: flags

Brad King requested to merge brad.king/cmake:vs-csharp-win32-flags into master

Add a missing : to these entries in the flag table. The user value is always required and must come after the :.

Fixes: #18486 (closed)

Merge request reports