diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-24 16:28:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-24 16:28:42 +0100 |
commit | a024a784e2e2eff4afebc8e996f1c81abcd55ac0 (patch) | |
tree | 1c2af03d48f28b515de68afc26c2054671fa596b /cmake/opentrack-install.cmake | |
parent | e3247cedd65a60d3dc65439d8054c31f772c30bd (diff) |
cmake/i18n: fix dependencies
Was broken on Unix make.
Diffstat (limited to 'cmake/opentrack-install.cmake')
-rw-r--r-- | cmake/opentrack-install.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake index 6a1f9725..4762c5f7 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -68,7 +68,7 @@ function(merge_translations) add_custom_command(OUTPUT "${qm-output}" COMMAND "${Qt5_DIR}/../../../bin/lrelease" -nounfinished -silent ${ts} -qm "${qm-output}" - DEPENDS ${ts} ${deps} + DEPENDS ${deps} COMMENT "Running lrelease for ${i}") add_custom_target(i18n-lang-${i} ALL DEPENDS "${qm-output}") |