From c3571261caf9e887371b2809635285f239bba312 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 17 Jan 2024 17:55:19 +0100 Subject: [PATCH] Fix build with OpenGL ES 1 --- source/Irrlicht/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Irrlicht/CMakeLists.txt b/source/Irrlicht/CMakeLists.txt index 05744d9..f90728b 100644 --- a/source/Irrlicht/CMakeLists.txt +++ b/source/Irrlicht/CMakeLists.txt @@ -321,7 +321,7 @@ set(link_libs "$<$:${SDL2_LIBRARIES}>" "$<$:${OPENGL_LIBRARIES}>" - "$<$:${OPENGLES_LIBRARIES}>" + "$<$:${OPENGLES_LIBRARY}>" "$<$:${OPENGLES2_LIBRARIES}>" ${EGL_LIBRARY}