mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Bump used IrrlichtMt version
This commit is contained in:
parent
9428917870
commit
a428a0cf37
@ -127,7 +127,7 @@ if(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
|
|||||||
endif()
|
endif()
|
||||||
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
|
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
|
||||||
|
|
||||||
set(TARGET_VER_S 1.9.0mt7)
|
set(TARGET_VER_S 1.9.0mt8)
|
||||||
string(REPLACE "mt" "." TARGET_VER ${TARGET_VER_S})
|
string(REPLACE "mt" "." TARGET_VER ${TARGET_VER_S})
|
||||||
if(IrrlichtMt_VERSION VERSION_LESS ${TARGET_VER})
|
if(IrrlichtMt_VERSION VERSION_LESS ${TARGET_VER})
|
||||||
message(FATAL_ERROR "At least IrrlichtMt ${TARGET_VER_S} is required to build")
|
message(FATAL_ERROR "At least IrrlichtMt ${TARGET_VER_S} is required to build")
|
||||||
|
@ -1 +1 @@
|
|||||||
1.9.0mt7
|
1.9.0mt8
|
||||||
|
Loading…
Reference in New Issue
Block a user