summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-i18n.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-08-25 16:48:44 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-08-25 16:48:44 +0200
commit16794bb84005429c2952e900ae637cc06f924fa0 (patch)
treefb8ddf2986e56184b45d3183af617e41bdefbfc7 /cmake/opentrack-i18n.cmake
parent7cd72871fa675460d5d8e2f016a50a6aab78c6d5 (diff)
cmake/i18n: remove build logspam
Diffstat (limited to 'cmake/opentrack-i18n.cmake')
-rw-r--r--cmake/opentrack-i18n.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake
index 7557c642..543d1eea 100644
--- a/cmake/opentrack-i18n.cmake
+++ b/cmake/opentrack-i18n.cmake
@@ -30,7 +30,7 @@ function(otr_i18n_for_target_directory n)
COMMENT "Running lupdate for ${n}/${i}")
set(target-name "i18n-lang-${i}-module-${n}")
list(APPEND target-names "${target-name}")
- add_custom_target(${target-name} DEPENDS "${t2}" "${t}" COMMENT "Updating translation strings for ${n}")
+ add_custom_target(${target-name} DEPENDS "${t2}" "${t}" COMMENT "")
add_dependencies("opentrack-${n}" "${target-name}")
set_property(GLOBAL APPEND PROPERTY "opentrack-ts-files-${i}" "${t2}")
set_property(GLOBAL APPEND PROPERTY "opentrack-ts-module-${n}" "${target-name}")