From fbe94a9b8e0af9e3344786dac7fb38e802d898ff Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 5 Nov 2016 13:40:25 +0100 Subject: cmake: fix build when .ts not made yet --- cmake/opentrack-boilerplate.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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() -- cgit v1.2.3