diff options
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/opentrack-i18n.cmake | 2 | 
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}") | 
