From 54314691ec17f0fa4700bf6fbd4925f25ac81021 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 6 Apr 2023 15:00:12 +0200 Subject: [PATCH] Fix mistake in a677f5a01ac428d16e0e83b021dd0e8cb1ee9f53 --- 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 3aa3f5f..0bb71e3 100644 --- a/source/Irrlicht/CMakeLists.txt +++ b/source/Irrlicht/CMakeLists.txt @@ -308,7 +308,7 @@ set(link_libs "${ZLIB_LIBRARY}" "${JPEG_LIBRARY}" "${PNG_LIBRARY}" - "$<$:${SDL2_LIBRARIES}>" + "$<$:${SDL2_LIBRARIES}>" ${OPENGL_LIBRARIES} ${OPENGLES_LIBRARY} -- 2.44.0