Skip to content

Include_External_MSProject: Support Non-Windows target.

This merge request addresses the issue #17511 (closed).

This commit changes the if condition used in Include_External_MSProject. Previously, it checks WIN32 variable, which is true if the target is Windows. But in cross cross compilation project, is is false. It means we can't use Include_External_MSProject. After this merge request is merged, it checks WIN32 and the generator is Visual Studio.

Edited by Tomoki Imai

Merge request reports