diff options
author | sfan5 <sfan5@live.de> | 2023-03-05 22:00:27 +0100 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-03-05 22:00:27 +0100 |
commit | 9ef3c8ce388011f4f57adc9a7eb0326376aec750 (patch) | |
tree | 6d62c80101d21f114a97609a86ec7b916544d29b /CMakeLists.txt | |
parent | 4f06df719d71923efe32457e3c43b9a854370afe (diff) | |
download | minetest-9ef3c8ce388011f4f57adc9a7eb0326376aec750.tar.xz |
Increase used IrrlichtMt version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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") |