--- src/CMakeLists.txt.orig	2018-03-11 14:00:07 UTC
+++ src/CMakeLists.txt
@@ -286,8 +286,9 @@ target_compile_definitions(Mapper_Common
   # MAPPER_ENABLE_COMPATIBILITY
 )
 
-mapper_translations_sources(${Mapper_Common_SRCS} ${Mapper_Common_HEADERS})
-
+if(Mapper_WITH_NLS)
+	mapper_translations_sources(${Mapper_Common_SRCS} ${Mapper_Common_HEADERS})
+endif()
 
 # Mapper executable
 
