]> git.lizzy.rs Git - minetest.git/blobdiff - CMakeLists.txt
Increase used IrrlichtMt version
[minetest.git] / CMakeLists.txt
index 8959f6129887c2deceffa3554f03744714f356ad..c481ae3198ba2d2e0f2911aab485288fb9209cee 100644 (file)
@@ -127,7 +127,7 @@ if(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
        endif()
        message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
 
-       set(TARGET_VER_S 1.9.0mt9)
+       set(TARGET_VER_S 1.9.0mt10)
        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")