From c8c54ba39c67f7417cf574fdc7735048bab10491 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 7 Jan 2025 22:01:10 -0500 Subject: [PATCH] why are we building wayland? --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e7ddd3..4d6721b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ else () set(GLFW_BUILD_DOCS OFF CACHE BOOL "" FORCE) set(GLFW_BUILD_TESTS OFF CACHE BOOL "" FORCE) set(GLFW_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE) + set(GLFW_BUILD_WAYLAND OFF CACHE BOOL "" FORCE) FetchContent_Declare(glfw3 GIT_REPOSITORY https://github.com/glfw/glfw.git