From: Wuzzy Date: Tue, 5 Jun 2018 21:02:14 +0000 (+0200) Subject: Set ENABLE_GETTEXT to TRUE by default (#7415) X-Git-Tag: 5.0.0~378 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=35bc3e2f17a016f1ff5d2f27dc87e71b9e4bf023;p=oweals%2Fminetest.git Set ENABLE_GETTEXT to TRUE by default (#7415) --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0b2aab80f..60fff18ff 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)