summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-11-05 13:40:25 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-11-05 13:40:56 +0100
commitfbe94a9b8e0af9e3344786dac7fb38e802d898ff (patch)
treeca7ce5e874c4deb7dce8451393654680502afe4c /cmake
parent229547553af68dc8aab29ec01d6a9131e5a5b03c (diff)
cmake: fix build when .ts not made yet
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake2
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()