]> git.ipfire.org Git - thirdparty/xz.git/commit
CMake: The compile definition is ENABLE_NLS, not XZ_NLS
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 2 Jul 2024 15:02:50 +0000 (18:02 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 2 Jul 2024 15:39:43 +0000 (18:39 +0300)
commita0df0676130bc565af0ec911e68a1d0fbc3ed0fb
tree45634a3c242403f0aa80cb3c7a7ab78d3fc8c9e9
parent45d08abc33ccc52d2f050dcec458badc2ce59d0b
CMake: The compile definition is ENABLE_NLS, not XZ_NLS

The CMake variables were renamed and accidentally also
the compile definition was renamed. As a result, translation
support wasn't actually enabled in the executables.

Fixes: 29f77c7b707f2458fb047e77497354b195e05b14
CMakeLists.txt