1
0
Fork 0
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:
sfan5 2025-05-02 21:27:18 +02:00 committed by GitHub
parent d96f5e1c76
commit 0c7149b8df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

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