mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
Fix undefined PLATFORM_WINRT CMake option (#870)
This commit is contained in:
parent
c13a42021a
commit
ad1696ade6
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user