diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-11 21:40:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-12 10:04:54 +0100 |
commit | 6bb50c04e5c40a5e036e41dde11b1660c3b077f6 (patch) | |
tree | 631e2895855276a3908b2ca0e11244286737dfc3 /cmake/opentrack-install.cmake | |
parent | 5f3a8456cdb53b9679086e3286716fff1e67b4a8 (diff) |
cmake/i18n: fix `make i18n'
Also remove disabling i18n regen
cf. #746
Diffstat (limited to 'cmake/opentrack-install.cmake')
-rw-r--r-- | cmake/opentrack-install.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake index 01f59722..43212109 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -47,6 +47,3 @@ otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/CONTRIBUTING.md" otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/WARRANTY.txt") otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/OPENTRACK-LICENSING.txt") otr_inst2("${opentrack-doc-src-pfx}" FILES "${CMAKE_SOURCE_DIR}/AUTHORS.md") - -set(opentrack_disable-i18n-update FALSE CACHE BOOL "") - |