diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-23 04:42:22 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-23 08:54:32 +0100 |
commit | 21329f2428143140d7884b37c7db1f15a7953dc6 (patch) | |
tree | 9d5e2da2df0882e8729dc7e6e1849193eb6052f8 /cmake/opentrack-install.cmake | |
parent | 4d39055d720fea1cf05069a14fe05af94cd7b336 (diff) |
cmake/i18n: express i18n target deps properly
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 28f13a51..6a1f9725 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -76,6 +76,6 @@ function(merge_translations) list(APPEND all-deps "i18n-lang-${i}") install(FILES "${qm-output}" DESTINATION "${opentrack-i18n-pfx}" RENAME "${i}.qm" ${opentrack-perms}) endforeach() - add_custom_target(i18n DEPENDS ${all-deps} ${deps}) + add_custom_target(i18n DEPENDS ${all-deps}) endfunction() |