summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-install.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-07-16 14:34:40 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-07-16 14:34:40 +0200
commit33ac92cd1a52b487f84b1c0eee81d654fbf37033 (patch)
tree1bafe5e6f2c9b07c117a6bd490ba4afc3fb7575d /cmake/opentrack-install.cmake
parentfcc4085f7867fe2976e9e77555de6521bcccef9c (diff)
cmake: install existing i18n files when update disabled
That was never intended.
Diffstat (limited to 'cmake/opentrack-install.cmake')
-rw-r--r--cmake/opentrack-install.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake
index 750b47cf..0530c5d9 100644
--- a/cmake/opentrack-install.cmake
+++ b/cmake/opentrack-install.cmake
@@ -65,10 +65,6 @@ function(merge_translations)
endif()
endforeach()
- if (opentrack_disable-i18n-update)
- set(ts-files_ "")
- endif()
-
if(NOT ".${ts-files_}" STREQUAL ".")
set(qm-output "${CMAKE_CURRENT_BINARY_DIR}/${i}.qm")
list(APPEND all-qm-files "${qm-output}")