CMAKE_SYSTEM_NAME = WindowsStore

I only get ‘windows’ .
what is the condition to show WindowsStore

	if(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")

It seems to be based on the SDK/toolchain in use.