From 9ef3c8ce388011f4f57adc9a7eb0326376aec750 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 5 Mar 2023 22:00:27 +0100 Subject: [PATCH] Increase used IrrlichtMt version --- CMakeLists.txt | 2 +- misc/irrlichtmt_tag.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8959f6129..c481ae319 100644 --- a/CMakeLists.txt +++ b/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") diff --git a/misc/irrlichtmt_tag.txt b/misc/irrlichtmt_tag.txt index 39294f33d..8dcb75389 100644 --- a/misc/irrlichtmt_tag.txt +++ b/misc/irrlichtmt_tag.txt @@ -1 +1 @@ -1.9.0mt9 +1.9.0mt10