mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-17 03:53:35 +00:00
CMakeLists: Disable DAWN_SUPPORTS_GLFW_FOR_WINDOWING
This commit is contained in:
parent
ed15d7c193
commit
db82c79db6
@ -106,7 +106,7 @@ endif()
|
|||||||
|
|
||||||
# GLFW is not supported in UWP
|
# GLFW is not supported in UWP
|
||||||
if ((WIN32 AND NOT WINDOWS_STORE) OR UNIX AND NOT ANDROID)
|
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()
|
endif()
|
||||||
|
|
||||||
# Current examples are depend on GLFW
|
# Current examples are depend on GLFW
|
||||||
|
Loading…
x
Reference in New Issue
Block a user