forked from Mirrorlandia_minetest/minetest
Use newer IrrlichtMt
This commit is contained in:
parent
6f0d36c41a
commit
72ed8514c5
@ -137,7 +137,7 @@ elseif(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
|
||||
endif()
|
||||
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
|
||||
|
||||
set(TARGET_VER_S 1.9.0mt11)
|
||||
set(TARGET_VER_S 1.9.0mt12)
|
||||
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")
|
||||
|
@ -1 +1 @@
|
||||
1.9.0mt11
|
||||
1.9.0mt12
|
||||
|
Loading…
Reference in New Issue
Block a user