Skip to content

Commit

Permalink
Use newer IrrlichtMt
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Oct 27, 2023
1 parent 454eb39 commit 8d2e128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -142,7 +142,7 @@ elseif(BUILD_CLIENT AND TARGET IrrlichtMt::IrrlichtMt)
endif()
message(STATUS "Found IrrlichtMt ${IrrlichtMt_VERSION}")

set(TARGET_VER_S 1.9.0mt12)
set(TARGET_VER_S 1.9.0mt13)
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")
Expand Down
2 changes: 1 addition & 1 deletion misc/irrlichtmt_tag.txt
@@ -1 +1 @@
1.9.0mt12
1.9.0mt13

0 comments on commit 8d2e128

Please sign in to comment.