diff options
Diffstat (limited to 'app/i18n/CMakeLists.txt')
| -rw-r--r-- | app/i18n/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/i18n/CMakeLists.txt b/app/i18n/CMakeLists.txt index 7e245c5..00b50bb 100644 --- a/app/i18n/CMakeLists.txt +++ b/app/i18n/CMakeLists.txt @@ -134,8 +134,7 @@ function(updatepofile locale) ) endif() - file(MAKE_DIRECTORY ${mofile_dir}) - + file(MAKE_DIRECTORY ${mofile_dir} ) # If translator program was given, add target to edit .po files with it if(xtc_translator) add_custom_target(msgtranslate-${locale} |
