Set ENABLE_GETTEXT to TRUE by default (#7415)
parent
180e551c56
commit
35bc3e2f17
|
@ -57,7 +57,7 @@ if(NOT USE_CURL)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
option(ENABLE_GETTEXT "Use GetText for internationalization" FALSE)
|
option(ENABLE_GETTEXT "Use GetText for internationalization" TRUE)
|
||||||
set(USE_GETTEXT FALSE)
|
set(USE_GETTEXT FALSE)
|
||||||
|
|
||||||
if(ENABLE_GETTEXT)
|
if(ENABLE_GETTEXT)
|
||||||
|
|
Loading…
Reference in New Issue