aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-04-06 15:00:12 +0200
committerGitHub <noreply@github.com>2023-04-06 15:00:12 +0200
commit54314691ec17f0fa4700bf6fbd4925f25ac81021 (patch)
tree9ba21e8f8fbad330ba9388e6765d88d115ea7e69 /source
parent36a3a7f349d6fe1755d89a25cfa5bd359b6995ae (diff)
downloadirrlicht-54314691ec17f0fa4700bf6fbd4925f25ac81021.tar.xz
Fix mistake in a677f5a01ac428d16e0e83b021dd0e8cb1ee9f53
Diffstat (limited to 'source')
-rw-r--r--source/Irrlicht/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}"
- "$<$<BOOL:USE_SDL2>:${SDL2_LIBRARIES}>"
+ "$<$<BOOL:${USE_SDL2}>:${SDL2_LIBRARIES}>"
${OPENGL_LIBRARIES}
${OPENGLES_LIBRARY}