projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180e551
)
Set ENABLE_GETTEXT to TRUE by default (#7415)
author
Wuzzy
<wuzzy2@mail.ru>
Tue, 5 Jun 2018 21:02:14 +0000
(23:02 +0200)
committer
Loïc Blot
<nerzhul@users.noreply.github.com>
Tue, 5 Jun 2018 21:02:14 +0000
(23:02 +0200)
src/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index 0b2aab80f715fc59ef5510b77d0593b9aed261ab..60fff18ffb9a53da7a85698301a7840b06ea4b16 100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-57,7
+57,7
@@
if(NOT USE_CURL)
endif()
-option(ENABLE_GETTEXT "Use GetText for internationalization"
FALS
E)
+option(ENABLE_GETTEXT "Use GetText for internationalization"
TRU
E)
set(USE_GETTEXT FALSE)
if(ENABLE_GETTEXT)