Fix undefined PLATFORM_WINRT CMake option (#870)

This commit is contained in:
evpobr 2018-10-10 04:52:09 +05:00 committed by Urs Fleisch
parent c13a42021a
commit ad1696ade6

View File

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