1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fixed option value.

This commit is contained in:
Camilla Berglund 2014-03-19 14:09:48 +01:00
parent 22095d12f5
commit 6acbfe863d

View File

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