mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 22:17:51 +00:00
CMakeLists: Disable DAWN_SUPPORTS_GLFW_FOR_WINDOWING
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user