mirror of
https://github.com/glfw/glfw.git
synced 2025-04-13 16:50:39 +00:00
Fixed option value.
This commit is contained in:
parent
22095d12f5
commit
6acbfe863d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ if (BUILD_SHARED_LIBS)
|
|||
endif()
|
||||
|
||||
if (GLFW_USE_WAYLAND)
|
||||
set(GLFW_USE_EGL 1)
|
||||
set(GLFW_USE_EGL ON)
|
||||
endif()
|
||||
|
||||
if (GLFW_USE_EGL)
|
||||
|
|
Loading…
Add table
Reference in a new issue