Fix undefined PLATFORM_WINRT CMake option (#870)

This commit is contained in:
evpobr 2018-10-10 04:52:09 +05:00 committed by Stephen F. Booth
parent 2052cda5fb
commit fc31a09c03

View File

@ -240,5 +240,5 @@ endif()
# Detect WinRT mode
if(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
set(PLATFORM WINRT 1)
set(PLATFORM_WINRT 1)
endif()