CMakeLists: Disable DAWN_SUPPORTS_GLFW_FOR_WINDOWING

This commit is contained in:
Luke Street 2022-08-29 17:01:10 -04:00
parent ed15d7c193
commit db82c79db6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ endif()
# GLFW is not supported in UWP
if ((WIN32 AND NOT WINDOWS_STORE) OR UNIX AND NOT ANDROID)
set(DAWN_SUPPORTS_GLFW_FOR_WINDOWING ON)
set(DAWN_SUPPORTS_GLFW_FOR_WINDOWING OFF)
endif()
# Current examples are depend on GLFW