mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05:00
Fixed option value.
This commit is contained in:
parent
22095d12f5
commit
6acbfe863d
|
@ -44,7 +44,7 @@ if (BUILD_SHARED_LIBS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (GLFW_USE_WAYLAND)
|
if (GLFW_USE_WAYLAND)
|
||||||
set(GLFW_USE_EGL 1)
|
set(GLFW_USE_EGL ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (GLFW_USE_EGL)
|
if (GLFW_USE_EGL)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user