mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 17:35:37 +02:00
Fix two CMake build issues
* PostgreSQL fallback code missed the includes (closes #11219) * build failed when Freetype enabled but not found
This commit is contained in:
@@ -3,7 +3,7 @@ if (BUILD_CLIENT)
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/static_text.cpp
|
||||
)
|
||||
|
||||
if (ENABLE_FREETYPE)
|
||||
if (USE_FREETYPE)
|
||||
set(client_irrlicht_changes_SRCS ${client_irrlicht_changes_SRCS}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CGUITTFont.cpp
|
||||
)
|
||||
|
Reference in New Issue
Block a user