Use newer IrrlichtMt

This commit is contained in:
sfan5 2023-10-27 17:59:12 +02:00
parent 454eb3901d
commit 8d2e1289a4
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ elseif(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
endif()
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
set(TARGET_VER_S 1.9.0mt12)
set(TARGET_VER_S 1.9.0mt13)
string(REPLACE "mt" "." TARGET_VER ${TARGET_VER_S})
if(IrrlichtMt_VERSION VERSION_LESS ${TARGET_VER})
message(FATAL_ERROR "At least IrrlichtMt ${TARGET_VER_S} is required to build")

View File

@ -1 +1 @@
1.9.0mt12
1.9.0mt13