Ronny Nowak

Results 3 comments of Ronny Nowak

It would be helpful to add a UWP build check here as well šŸ˜‰

> I think `CMAKE_SYSTEM_PROCESSOR` should be set along with `CMAKE_SYSTEM_NAME` in the toolchain file. I’m relying solely on Polly, and from what I understand these two definitions are sufficient: ```...

> By the way I don't know why you suggest `"${CMAKE_SYSTEM_NAME}" STREQUAL "WindowsStore"` instead of the much simpler `WINDOWS_STORE`. And [it is not obsolete](https://cmake.org/cmake/help/latest/variable/WINDOWS_STORE.html). Yeah, sorry — I forgot that...