Bump used IrrlichtMt version

This commit is contained in:
sfan5 2023-06-04 20:36:46 +02:00
parent 7221de6ede
commit 1ef9fc9d1f
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ elseif(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
endif()
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
set(TARGET_VER_S 1.9.0mt10)
set(TARGET_VER_S 1.9.0mt11)
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.0mt10
1.9.0mt11