1
0
Fork 0
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:
sfan5 2021-01-29 17:35:29 +01:00 committed by GitHub
parent 5c005ad081
commit 9c91cbf50c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 6 deletions

View file

@ -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")