From db82c79db65e502dd226f5cb4e2c03d85f8ffd2d Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 29 Aug 2022 17:01:10 -0400 Subject: [PATCH] CMakeLists: Disable DAWN_SUPPORTS_GLFW_FOR_WINDOWING --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c665c1b02b..d9ef2779a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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