diff --git a/CMakeLists.txt b/CMakeLists.txt index 61f6c83e..b94d185f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)