Consistency fix

This commit is contained in:
M374LX 2024-02-29 23:00:08 -03:00
parent 6e93c10ad4
commit de890e494d

View File

@ -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()