diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-29 19:28:34 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-29 19:28:34 +0200 | 
| commit | ab48cb1a088726130e814cbddc568c399fb5dc10 (patch) | |
| tree | f7ff1b93db679c180b0bf782ebe668e9799c32ff | |
| parent | 87c02a5399abb0dfe020f3cd1c5e2337c0d8cb8f (diff) | |
cmake: fix build
| -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 b67ceb75..7731d561 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -65,6 +65,6 @@ function(merge_translations)              install(FILES "${qm-output}" DESTINATION "${opentrack-i18n-pfx}" RENAME "${i}.qm" ${opentrack-perms})          endif()      endforeach() -    add_custom_target(i18n DEPENDS ${all-deps}) +    add_custom_target(i18n ALL DEPENDS ${all-deps})  endfunction() | 
