summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e08e27..3565526 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -201,7 +201,6 @@ IF ( NLS )
MESSAGE ( STATUS "<Building with NLS as requested>" )
MESSAGE ( STATUS "<******************************>" )
ADD_DEFINITIONS ( -DNLS )
- SET ( GETTEXT_PACKAGE "tuxanci" )
ADD_SUBDIRECTORY ( po )
ENDIF ( NLS )
###############################################################################