From 09af767de3dbd564c770100376d8f1ae1a3668ce Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 22 Jan 2024 09:45:49 +0100 Subject: [PATCH] Update source/Irrlicht/CMakeLists.txt --- source/Irrlicht/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Irrlicht/CMakeLists.txt b/source/Irrlicht/CMakeLists.txt index f5e978a0..1a0ce7ac 100644 --- a/source/Irrlicht/CMakeLists.txt +++ b/source/Irrlicht/CMakeLists.txt @@ -513,7 +513,8 @@ target_include_directories(IrrlichtMt ${link_includes} ) -# this needs to be here and not in a variable (like link_includes) due to issues with the generator expressions +# this needs to be here and not in a variable (like link_includes) due to issues +# with the generator expressions on at least CMake 3.22, but not 3.28 or later target_link_libraries(IrrlichtMt PRIVATE ${ZLIB_LIBRARY} ${JPEG_LIBRARY}