Skip to content

Commit 35bc3e2

Browse files
Wuzzy2nerzhul
authored andcommitted
Set ENABLE_GETTEXT to TRUE by default (#7415)
1 parent 180e551 commit 35bc3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if(NOT USE_CURL)
5757
endif()
5858

5959

60-
option(ENABLE_GETTEXT "Use GetText for internationalization" FALSE)
60+
option(ENABLE_GETTEXT "Use GetText for internationalization" TRUE)
6161
set(USE_GETTEXT FALSE)
6262

6363
if(ENABLE_GETTEXT)

0 commit comments

Comments
 (0)