Browse Source

Increase used IrrlichtMt version

sfan5 1 year ago
parent
commit
9ef3c8ce38
2 changed files with 2 additions and 2 deletions
  1. 1 1
      CMakeLists.txt
  2. 1 1
      misc/irrlichtmt_tag.txt

+ 1 - 1
CMakeLists.txt

@@ -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")

+ 1 - 1
misc/irrlichtmt_tag.txt

@@ -1 +1 @@
-1.9.0mt9
+1.9.0mt10