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