From 8d2e1289a4ca822a56203f6578005713202a6d4b Mon Sep 17 00:00:00 2001 From: sfan5 Date: Fri, 27 Oct 2023 17:59:12 +0200 Subject: [PATCH] Use newer IrrlichtMt --- CMakeLists.txt | 2 +- misc/irrlichtmt_tag.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac50e45128ba..503247bd88b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/misc/irrlichtmt_tag.txt b/misc/irrlichtmt_tag.txt index 4f1cf5a56d20..bc035751c6e8 100644 --- a/misc/irrlichtmt_tag.txt +++ b/misc/irrlichtmt_tag.txt @@ -1 +1 @@ -1.9.0mt12 +1.9.0mt13