mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Handle changes caused by CMake minimum version bump (#10859)
fixes #10806
This commit is contained in:
parent
5c005ad081
commit
9c91cbf50c
2 changed files with 21 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
cmake_policy(SET CMP0025 OLD)
|
||||
|
||||
# This can be read from ${PROJECT_NAME} after project() is called
|
||||
project(minetest)
|
||||
set(PROJECT_NAME_CAPITALIZED "Minetest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue