diff options
author | sfan5 <sfan5@live.de> | 2023-04-06 15:00:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 15:00:12 +0200 |
commit | 54314691ec17f0fa4700bf6fbd4925f25ac81021 (patch) | |
tree | 9ba21e8f8fbad330ba9388e6765d88d115ea7e69 /source | |
parent | 36a3a7f349d6fe1755d89a25cfa5bd359b6995ae (diff) | |
download | irrlicht-54314691ec17f0fa4700bf6fbd4925f25ac81021.tar.xz |
Fix mistake in a677f5a01ac428d16e0e83b021dd0e8cb1ee9f53
Diffstat (limited to 'source')
-rw-r--r-- | source/Irrlicht/CMakeLists.txt | 2 |
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} |