diff options
-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() |