mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Build-related fixes (#16102)
- fix mo files rebuilt unnecessarily - fix CMake policy warnings - update vcpkg baseline
This commit is contained in:
parent
d96f5e1c76
commit
0c7149b8df
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.12)
|
||||
if(POLICY CMP0177)
|
||||
cmake_policy(SET CMP0177 NEW)
|
||||
endif()
|
||||
|
||||
# This can be read from ${PROJECT_NAME} after project() is called
|
||||
project(luanti)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue