Skip to content

VS: Fix crash on CSharp sources in a custom target

Brad King requested to merge brad.king/cmake:vs-csharp-in-custom-target into master

The target generator does not compute ClOptions for custom targets, so we should not use them either.

Fixes: #18377 (closed), #18485 (closed)

Merge request reports