]> git.lizzy.rs Git - irrlicht.git/commitdiff
Fix mistake in a677f5a01ac428d16e0e83b021dd0e8cb1ee9f53
authorsfan5 <sfan5@live.de>
Thu, 6 Apr 2023 13:00:12 +0000 (15:00 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 13:00:12 +0000 (15:00 +0200)
source/Irrlicht/CMakeLists.txt

index 3aa3f5f32a9fd433e4260fc1966fcccc1957cf26..0bb71e3b075599dbd4f553e7bb1fd7a20d8f783a 100644 (file)
@@ -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}