소스 검색

Bump used IrrlichtMt version

sfan5 11 달 전
부모
커밋
1ef9fc9d1f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      CMakeLists.txt
  2. 1 1
      misc/irrlichtmt_tag.txt

+ 1 - 1
CMakeLists.txt

@@ -137,7 +137,7 @@ elseif(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
 	endif()
 	message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")
 
-	set(TARGET_VER_S 1.9.0mt10)
+	set(TARGET_VER_S 1.9.0mt11)
 	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.0mt10
+1.9.0mt11