microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
859 stars 277 forks source link

SpectatorView won't compile with SDK 10.0.17763 #187

Closed rishi-rranjan closed 5 years ago

rishi-rranjan commented 5 years ago

I have to move to SDK 10.0.17763 due to some APIs only available there. When I try to compile opencv uwp, somehow vcpg configures to use CMAKE_HOST_SYSTEM "Windows-10.0.16299".

I don't even have Windows-10.0.16299 on my system If I grep 16299 on my folder, I see files in buildtrees automatically being generated with CMAKE_HOST_SYSTEM "Windows-10.0.16299".

Where can I change this to compile the system.

I have tried installing 10.0.16299 but since I am using some APIs in 10.0.17763 , it fails.

rishi-rranjan commented 5 years ago

This works with latest code.