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