You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using a build of cmake 3.1.x for some time now to build Windows Phone 8.1 and Store apps. If we add a reference to a winmd file on disk and the path contains spaces, the resulting entry in the vcxproj is incorrectly quoted.
For now, we work around this issue by "hacking" the contents of the vcxproj after it's generated by cmake, but before we run MSBuild - to remove the quotes.
Thanks for reporting this. Looking at the code, the HintPath is not output in the vcxproj, but the whole path is added to the include. I'll look at this some more and see where that HintPath is being created.
We've been using a build of cmake 3.1.x for some time now to build Windows Phone 8.1 and Store apps. If we add a reference to a winmd file on disk and the path contains spaces, the resulting entry in the vcxproj is incorrectly quoted.
Here's where we add the reference:
And the resulting section of the vcxproj is:
So when we run MSBuild, we get errors about being unable to resolve the reference, notably:
The text was updated successfully, but these errors were encountered: