mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 10:03:45 +01:00
Set ENABLE_GETTEXT to TRUE by default (#7415)
This commit is contained in:
parent
180e551c56
commit
35bc3e2f17
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user