diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 15:28:11 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 15:28:11 +0100 |
commit | ee2580a056368e2fe5c9e026b3691d2e919c6fe9 (patch) | |
tree | dc640374a3aafc411ffffec9b60f1e9b96b5cb04 | |
parent | 7d77209c3417513812df1100ad24bfc9064051b3 (diff) |
cmake: no need for silent lupdate anymore
-rw-r--r-- | cmake/opentrack-i18n.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake index b5f908b6..1d471fb2 100644 --- a/cmake/opentrack-i18n.cmake +++ b/cmake/opentrack-i18n.cmake @@ -30,13 +30,6 @@ function(otr_i18n_for_target_directory n) endif() endforeach() - # whines about duplicate messages since tracker-pt-base is static - if(WIN32) - set(to-null "2>NUL") - else() - set(to-null "2>/dev/null") - endif() - add_custom_command(OUTPUT "${stamp}" COMMAND "${lupdate-binary}" -I "${CMAKE_SOURCE_DIR}" @@ -46,7 +39,6 @@ function(otr_i18n_for_target_directory n) -locations none . -ts ${ts-files} - ${to-null} COMMAND "${CMAKE_COMMAND}" -E touch "${stamp}" DEPENDS ${${k}-cc} ${${k}-hh} ${${k}-uih} ${${k}-moc} COMMENT "Running lupdate for ${n}" |