summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index e57489e..6be2629 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -27,7 +27,7 @@ IF ( DEFINED $ENV{LINGUAS} )
ELSE ( DEFINED $ENV{LINGUAS} )
# all languages
FILE ( GLOB _po_files *.po )
-ENDIF ( DEFINED $ENV{FOO} )
+ENDIF ( DEFINED $ENV{LINGUAS} )
SET ( _gmoFiles )
FOREACH ( _current_PO_FILE ${_po_files} )
GET_FILENAME_COMPONENT ( _lang ${_current_PO_FILE} NAME_WE )