Remove UWP build support
This commit is contained in:
parent
46f9e99b94
commit
926b97db10
1 changed files with 0 additions and 7 deletions
|
@ -74,13 +74,6 @@ if(${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
|||
set(NEEDS_HOSTED_SHADER_COMPILER FALSE)
|
||||
endif()
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "WindowsStore")
|
||||
message("UWP build detected!")
|
||||
|
||||
set(ENABLE_UWP TRUE)
|
||||
set(NEEDS_HOSTED_SHADER_COMPILER TRUE)
|
||||
endif()
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Emscripten")
|
||||
message("Web build detected!")
|
||||
|
||||
|
|
Reference in a new issue