1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-01 15:55:26 +01:00

Bump minimum gcc and clang versions

This commit is contained in:
Desour
2023-06-11 21:49:30 +02:00
committed by sfan5
parent ba80d1ce1f
commit 28766d1879
3 changed files with 13 additions and 15 deletions

View File

@@ -13,8 +13,8 @@ set(PROJECT_NAME_CAPITALIZED "Minetest")
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
set(GCC_MINIMUM_VERSION "5.1")
set(CLANG_MINIMUM_VERSION "3.5")
set(GCC_MINIMUM_VERSION "7.5")
set(CLANG_MINIMUM_VERSION "6.0")
# You should not need to edit these manually, use util/bump_version.sh
set(VERSION_MAJOR 5)