mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Bump minimum gcc and clang versions
This commit is contained in:
parent
ba80d1ce1f
commit
28766d1879
3 changed files with 13 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue