diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-22 04:52:39 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-22 04:53:06 +0200 |
commit | cc76bb2e3622f10577de90c3af8653d9c4cbc957 (patch) | |
tree | 30621eb398e2c5ba208cd5ed5db86b832ddfbb01 /cmake/opentrack-i18n.cmake | |
parent | 3568f283442d9f4f18141f532ddef156e045f370 (diff) |
cmake: remove verbose flags
Diffstat (limited to 'cmake/opentrack-i18n.cmake')
-rw-r--r-- | cmake/opentrack-i18n.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake index c3aee3d2..8e8a74df 100644 --- a/cmake/opentrack-i18n.cmake +++ b/cmake/opentrack-i18n.cmake @@ -76,8 +76,8 @@ function(otr_merge_translations) add_custom_command(OUTPUT "${qm-output}" COMMAND "${lrelease-binary}" -nounfinished - #-silent - -verbose + -silent + #-verbose ${ts-files} -qm "${qm-output}" ${to-null} |