We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e05200 commit 4377c03Copy full SHA for 4377c03
CMakeLists.txt
@@ -127,7 +127,7 @@ if(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
127
endif()
128
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
129
130
- set(TARGET_VER_S 1.9.0mt7)
+ set(TARGET_VER_S 1.9.0mt8)
131
string(REPLACE "mt" "." TARGET_VER ${TARGET_VER_S})
132
if(IrrlichtMt_VERSION VERSION_LESS ${TARGET_VER})
133
message(FATAL_ERROR "At least IrrlichtMt ${TARGET_VER_S} is required to build")
misc/irrlichtmt_tag.txt
@@ -1 +1 @@
1
-1.9.0mt7
+1.9.0mt8
0 commit comments