Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set ENABLE_GETTEXT to TRUE by default (#7415)
  • Loading branch information
Wuzzy2 authored and nerzhul committed Jun 5, 2018
1 parent 180e551 commit 35bc3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 35bc3e2

Please sign in to comment.