diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-05 13:40:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-05 13:40:56 +0100 |
commit | fbe94a9b8e0af9e3344786dac7fb38e802d898ff (patch) | |
tree | ca7ce5e874c4deb7dce8451393654680502afe4c | |
parent | 229547553af68dc8aab29ec01d6a9131e5a5b03c (diff) |
cmake: fix build when .ts not made yet
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index fc26f685..8d23ad19 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -232,6 +232,6 @@ function(opentrack_boilerplate n) COMMAND cmake -E make_directory "${CMAKE_CURRENT_SOURCE_DIR}/lang" COMMAND "${Qt5_DIR}/../../../bin/lupdate" -silent -recursive -no-obsolete -locations relative . -ts ${langs} WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" - SOURCES ${langs}) + ) endfunction() |