From de890e494df5dd0861239001124a10a257ab9858 Mon Sep 17 00:00:00 2001 From: M374LX Date: Thu, 29 Feb 2024 23:00:08 -0300 Subject: [PATCH] Consistency fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 675226041..57719691a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ include(BuildOptions) if (UNIX AND NOT APPLE) if (NOT GLFW_BUILD_WAYLAND AND NOT GLFW_BUILD_X11) - MESSAGE(FATAL_ERROR "Cannot disable both X11 and Wayland") + MESSAGE(FATAL_ERROR "Cannot disable both Wayland and X11") endif() endif()