From 79e4993ca5e49aa0e72d6c153d358a2576a7b6c1 Mon Sep 17 00:00:00 2001 From: Sandy Date: Sat, 15 Jun 2024 20:39:45 -0400 Subject: [PATCH] Update cmake/bgfx/bgfx.cmake Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- cmake/bgfx/bgfx.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/bgfx/bgfx.cmake b/cmake/bgfx/bgfx.cmake index 9e904fc..e6e3681 100755 --- a/cmake/bgfx/bgfx.cmake +++ b/cmake/bgfx/bgfx.cmake @@ -86,7 +86,7 @@ if(NOT ${BGFX_CONFIG_DEFAULT_MAX_ENCODERS} STREQUAL "") endif() if(BGFX_WITH_WAYLAND) - target_compile_definitions(bgfx PRIVATE "WL_EGL_PLATFORM=1") + target_compile_definitions(bgfx PRIVATE "WL_EGL_PLATFORM=1") endif() set(BGFX_CONFIG_OPTIONS "")