1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Set ENABLE_GETTEXT to TRUE by default (#7415)

This commit is contained in:
Wuzzy
2018-06-05 23:02:14 +02:00
committed by Loïc Blot
parent 180e551c56
commit 35bc3e2f17

View File

@@ -57,7 +57,7 @@ if(NOT USE_CURL)
endif()
option(ENABLE_GETTEXT "Use GetText for internationalization" FALSE)
option(ENABLE_GETTEXT "Use GetText for internationalization" TRUE)
set(USE_GETTEXT FALSE)
if(ENABLE_GETTEXT)